Prev: image processing
Next: Re. fmincon vs lsqnonlin
From: evan um on 19 Mar 2010 20:20 Hi All, I am tryng to export a figure to .eps using function exportfig(). My problem is to adjust the resolution of my eps file. For example, I tried the two exportfig commands below. exportfig(gcf,'figure1.eps', 'width',3.33, 'fontmode','fixed', 'fontsize',8,'color','cmyk','resolution',1200); exportfig(gcf,'figure2.eps', 'width',3.33, 'fontmode','fixed', 'fontsize',8,'color','cmyk','resolution',300); File figure1.eps should have 1200 dpi while file figure2.eps 300 dpi. However, when I see the size of the eps files, there is no difference in the size between the two files. Did I use function exportfig.m correctly? How can I check if my eps file has a specified resolution? In advance, thank you very much for your help. Evan
|
Pages: 1 Prev: image processing Next: Re. fmincon vs lsqnonlin |