How to open multiple figures from multiple scripts simultaneously ?

I am using mesh and scatter plots from different codes and all three codes are doing different things so I cannot combine them into one sigle code all together to complete my task.
I am using MATLAB 2015 and whenever any program reaches the last line which is the line that executes the figure and the plots that I am trying to show it closes the previous figure and open the one from the current script being executed.
How do I stop this from happening?

4 个评论

Walter this is not working.I tried running the same script without both clear all and close all twice expecting to see the same figure twice. But to no avail.
Is the code possibly all using explicit figure numbers such as
figure(1)

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Annotations 的更多信息

产品

标签

Community Treasure Hunt

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

Start Hunting!

Translated by