Borrar filtros
Borrar filtros

How to save multiple plots/ figures

14 visualizaciones (últimos 30 días)
Keshav Dev Singh
Keshav Dev Singh el 7 de Dic. de 2011
Hi All, I want to know how to save multiple plots in single pdf file automatically.Suppose, I am getting finite number of plots as:
for i=1:10 f=figure, plot(x1,y1,'r-',x2,y2,'b-',x3,y3,'k-')..... saveas(f,'plot123.pdf','pdf'); end
but it save only i=10th plot.
Thanks! Keshav

Respuestas (1)

the cyclist
the cyclist el 7 de Dic. de 2011
A similar question was asked and answered here
so you might try one of those solutions.

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!

Translated by