How would I open multiple figures from one script.
1,235 ビュー (過去 30 日間)
古いコメントを表示
Hi I have 3 scripts which all produce a figure. They are all graphs. How would i put them all on one script and have all plots displayed as separate figures. I believe you have to use the figure() function?
3 件のコメント
Chirag GAUR
2020 年 5 月 4 日
編集済み: Chirag GAUR
2020 年 5 月 4 日
Thankyou Very Much...!! lml
For having multiple plots in single window you may go for 'subplot' command
採用された回答
Yoav Romach
2014 年 3 月 20 日
Hey Giuseppe, Yes, you need to call figure() in between. You can just call it without parameters and it'll work, or you can check the function page and see what options you can put in
3 件のコメント
その他の回答 (1 件)
Mischa Kim
2014 年 3 月 20 日
Correct, use figure just before each of the individual plot commands.
3 件のコメント
参考
カテゴリ
Help Center および File Exchange で Specifying Target for Graphics Output についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!