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

1 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Objects 的更多信息

产品


版本

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by