MATLAB: Different windows for different plots

different windows for different plots

I wrote a large program full of plot() and plot3() order,but I want to have my graphs in different windows. How can order each plot() or plot3() be shown in different window.
For example:
first plot() in window1
second plot() in window2
first plot3() in window3
third plot3() in window4

Best Answer

figure
plot
figure
plot