How to delete all figure plots

222 vues (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 30 Mar 2018
Commenté : Walter Roberson le 30 Mar 2018
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.

Réponses (1)

Walter Roberson
Walter Roberson le 30 Mar 2018
  2 commentaires
alpedhuez
alpedhuez le 30 Mar 2018
I typed clear all but the figure windows do not go away. (Windows 10)
Walter Roberson
Walter Roberson le 30 Mar 2018
"clear all" and "close all" are not the same.
In some cases you might even need
close all hidden

Connectez-vous pour commenter.

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by