How to save multiple plots/ figures
2 ビュー (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
the cyclist
2011 年 12 月 7 日
A similar question was asked and answered here
so you might try one of those solutions.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Graphics Performance についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!