changing the format of a figure
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 21 de Feb. de 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 comentarios
Ver también
Categorías
Más información sobre Printing and Saving en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!