필터 지우기
필터 지우기

How to open multiple figures from multiple scripts simultaneously ?

조회 수: 6 (최근 30일)
shridharnator
shridharnator 2020년 11월 25일
댓글: shridharnator 2020년 11월 25일
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 Roberson
Walter Roberson 2020년 11월 25일
Is the code possibly all using explicit figure numbers such as
figure(1)
shridharnator
shridharnator 2020년 11월 25일
That did the trick. Thanks Walter.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by