Saving Plots to a Folder with the Title Name
古いコメントを表示
I'm trying to plot a series of plots in a loop with the following data:
x1 = [ 1 2 3 4 5]
y1 = [ 1 1 1 1 1]
x2 = [ 1 2 3 4 5]
y2 = [ 2 2 2 2 2]
x3 = [ 1 2 3 4 5]
y3 = [ 2 2 2 2 2]
plot(x,y)
title('First Plot')
THEN suppress the output and save all plots to a folder,
with the each file displaying the title names:
First Plot
Second Plot
Third Plot
Thanks,
Amanda
4 件のコメント
Matt Kindig
2013 年 5 月 16 日
Sounds straightforward enough. What are you having difficulty with? Please post the code that you've done so far.
Amanda
2013 年 5 月 16 日
Matt Kindig
2013 年 5 月 16 日
Can you still post your code?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!