changing the format of a figure

5 次查看(过去 30 天)
Christopher
Christopher 2013-2-21
Hey guys.
So i recently finished plotting 364 figures and storing them using , hgsave('plot%d.fig',k). What i want to be able to do know is convert these figures to a format where people that dont have matlab can still view the graphs. Maybe jpeg will work. Im open to suggestions! thanks ahead.

回答(1 个)

Walter Roberson
Walter Roberson 2013-2-21
That code is going to give you an error, as it does not correspond to any allowed way to call hgsave.
In your previous question I asked you to post the section of code you are doing the saving with, but you did not do so.
The method to convert figures to image files is as given to you already in http://www.mathworks.co.uk/matlabcentral/answers/63850-plotting-within-a-for-loop#answer_75401

类别

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