changing the format of a figure

1 view (last 30 days)
Christopher
Christopher on 21 Feb 2013
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.

Answers (1)

Walter Roberson
Walter Roberson on 21 Feb 2013
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

Categories

Find more on Printing and Saving in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!