Creating Multiple Windowed Plots

조회 수: 6 (최근 30일)
Vicente
Vicente 2015년 4월 13일
댓글: Chris McComb 2015년 4월 14일
Is it possible to create more than just one windowed plot at a time, within a given MATLAB script? I have a pretty big set of equations that I want to analyze in graph, but the subplot command doens't show enough details for me to just accept it like that. Is it possible at all to make it so that MATLAB creates multiple windowed plots, just so I can generate all of them at once, instead of having to ask it over and over again?

채택된 답변

Chris McComb
Chris McComb 2015년 4월 13일
편집: Chris McComb 2015년 4월 13일
You can use the command figure() to open a new window to plot in.
  댓글 수: 2
Vicente
Vicente 2015년 4월 13일
Thank you! =) That was exactly what I was looking for!
Chris McComb
Chris McComb 2015년 4월 14일
Happy to help!

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by