How can I have different 3D and 2D plot at the same time?

조회 수: 5 (최근 30일)
Ayob
Ayob 2013년 4월 26일
I have a large program with many loops.I have many graphs in 2D and 3D modes which are coded by plot() and plot3() functions at the same time. I don't want to deactivate all plot and plot3 function except one in order to get result from just that one plot and repeat it for other plots. I want to have all plot and plot3 graphs in different windows at the same time with just one run. I don't know how to do this.
Note: Matlab put all graphs in just one window and this is bad for me,because there is no relation between my graphs though they are all in one program.

답변 (1개)

Walter Roberson
Walter Roberson 2013년 4월 26일
You should look at figure() and subplot(). And you should read the guidance I wrote in http://www.mathworks.co.uk/matlabcentral/answers/22208-show-figure#comment_48401
  댓글 수: 2
Ayob
Ayob 2013년 4월 26일
I think subplot and figure don't support 3D graphs like plot3 ,Do they?
Walter Roberson
Walter Roberson 2013년 4월 26일
Yes, they do.
There is a limitation that all subplot() on the same figure must use the same colormap (if they are using pseudocolor, which is the default for surfaces). Different figure() can have different colormap.
In MATLAB, a figure() is the same thing as a window.

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by