changing the format of a figure
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (1)
Walter Roberson
il 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
0 Commenti
Vedere anche
Categorie
Scopri di più su Printing and Saving in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!