How would I open multiple figures from one script.

2,057 次查看(过去 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 个评论

请先登录,再进行评论。

采纳的回答

Yoav Romach
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

更多回答(1 个)

Mischa Kim
Mischa Kim 2014-3-20
Correct, use figure just before each of the individual plot commands.

类别

Find more on Specifying Target for Graphics Output in Help Center and File Exchange

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by