changing the format of a figure

5 vues (au cours des 30 derniers jours)
Christopher
Christopher le 21 Fév 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.

Réponses (1)

Walter Roberson
Walter Roberson le 21 Fév 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

Catégories

En savoir plus sur Printing and Saving dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by