different windows for different plots

525 views (last 30 days)
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
...

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 14 Jun 2013
figure
plot
figure
plot
  6 Comments
Ben Comer
Ben Comer on 20 Sep 2020
I'll plus-one as well, Azzi the MVP
Abdul Rehman
Abdul Rehman on 22 Sep 2020
Thank you sir. That was very helpful

Sign in to comment.

More Answers (1)

Rame Dawli
Rame Dawli on 3 Sep 2020
How to plot one function in two different windows that each window has a different interval?

Categories

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!