Save .eps from command line different than saving by mouse?

18 次查看(过去 30 天)
Hello together,
I have an issue concerning saving eps figures and using them in texmaker/miktex. When I open a .fig and click on "save as" and then choose .eps, the resulting file can be converted by miktex. When I use the command line however
saveas(gcf,'test', 'epsc2'); ,
the files can not be converted. I tried different formats like eps, eps2 but none of them works. Could someone please tell me how I can export an .eps file from command line exactly the same way it is done by clicking on "save as..."?
Johannes

回答(1 个)

Jan
Jan 2015-10-31
Try:
print(FigureHanlde, '-depsc2', '-r300', '-tiff', '-loose', FileName)

类别

Help CenterFile Exchange 中查找有关 Printing and Saving 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by