Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
NCTM or The Math Forum.
|
|
Pratap
Posts:
26
Registered:
12/6/04
|
|
figure not getting saved in full screen mode
Posted:
Jan 19, 2009 10:56 AM
|
|
I would like to automatically save my figures in jpg or in eps format in full screen mode. screen_size = get(0, 'ScreenSize'); for j=1:numvar figure(j); %Open a f88igure window set(figure(j), 'Position', [0 0 screen_size(3) screen_size(4) ] ); blah blah saveas(j,file1,'eps') end
This commands never save the figure in full scree mode.
Anybody has any solution for it.
Thanks
|
|
|
|