hi , how can i plot more than one figure separately ( i don't mean subplot or hold on) ?

 채택된 답변

Sagar Damle
Sagar Damle 2014년 4월 15일
You can use
figure(1),figure(2)
etc.,where number 'n' in figure(n) indicates the figure window number.

댓글 수: 2

or if you are just wanting new and do not need to know the number just
figure
for a new figure will do the trick

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

추가 답변 (0개)

카테고리

태그

질문:

2014년 4월 15일

댓글:

2014년 4월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by