Clear Filters
Clear Filters

How can you save a plot without generating the figure pop up?

1 view (last 30 days)
I hope this makes sense - I want to save a plot without actually having the figure pop up window when I run the code. How do I do that?

Accepted Answer

Fangjun Jiang
Fangjun Jiang on 29 Mar 2022
f=figure('visible','off') and then do plot and save. Remember to close and delete f

More Answers (0)

Categories

Find more on Graphics Objects in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!