How to delete all figure plots
187 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Walter Roberson
el 30 de Mzo. de 2018
close all
2 comentarios
Walter Roberson
el 30 de Mzo. de 2018
"clear all" and "close all" are not the same.
In some cases you might even need
close all hidden
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!