Filter löschen
Filter löschen

How to open multiple figures from multiple scripts simultaneously ?

6 Ansichten (letzte 30 Tage)
shridharnator
shridharnator am 25 Nov. 2020
Kommentiert: shridharnator am 25 Nov. 2020
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 Kommentare
Walter Roberson
Walter Roberson am 25 Nov. 2020
Is the code possibly all using explicit figure numbers such as
figure(1)
shridharnator
shridharnator am 25 Nov. 2020
That did the trick. Thanks Walter.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by