How would I open multiple figures from one script.
조회 수: 1,272 (최근 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
Chirag GAUR
2020년 5월 4일
편집: Chirag GAUR
2020년 5월 4일
Thankyou Very Much...!! lml
For having multiple plots in single window you may go for 'subplot' command
채택된 답변
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
댓글 수: 3
추가 답변 (1개)
Mischa Kim
2014년 3월 20일
Correct, use figure just before each of the individual plot commands.
댓글 수: 3
참고 항목
카테고리
Help Center 및 File Exchange에서 Specifying Target for Graphics Output에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!