Clear Filters
Clear Filters

How do I keep all plots open?

16 views (last 30 days)
Hao Sun
Hao Sun on 23 Mar 2020
Commented: Sindar on 24 Mar 2020
How do I keep plots open (even when function or code finishes) and have new plots just create a new plot (not on same axis or anything)
Also how to save multiple plots? e.g. have a function that everytime is run automatically saves the plot to some folder or something
  2 Comments
Walter Roberson
Walter Roberson on 23 Mar 2020
Use
figure
and (probably) your new plots will not overwrite the old one.
Sindar
Sindar on 24 Mar 2020
Also, "print" saves figures
"print(filename,formattype) saves the current figure to a file using the specified file format, such as print('BarPlot','-dpng'). If the file name does not include an extension, then print appends the appropriate one."

Sign in to comment.

Answers (0)

Categories

Find more on Graphics Performance in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!