How to delete all figure plots
155 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I run a program with plot and histogram. Then the program generates plot windows. I would like to delete all these figure windows at the beginning of running the program next time. Please advise.
0 Kommentare
Antworten (1)
Walter Roberson
am 30 Mär. 2018
close all
2 Kommentare
Walter Roberson
am 30 Mär. 2018
"clear all" and "close all" are not the same.
In some cases you might even need
close all hidden
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!