How to kill all figure windows in MATLAB?

124 vues (au cours des 30 derniers jours)
Mr M.
Mr M. le 15 Avr 2015
Commenté : Adam Danz le 2 Sep 2021
Is it possible to kill all figure windows with only a single click or command?

Réponses (2)

Dishant Arora
Dishant Arora le 15 Avr 2015
close all
  4 commentaires
Pintu Saini
Pintu Saini le 2 Sep 2021
not working for me in online matlab.
Adam Danz
Adam Danz le 2 Sep 2021
@Pintu Saini I assum you're responding to Dishant's answer rather than my comment directly under the answer. I've also added a new answer that may be more visible.

Connectez-vous pour commenter.


Adam Danz
Adam Danz le 2 Sep 2021
Update
close all force
% or
close('all','force')
In R2016a, Matlab introduced uifigure which has hidden handles by default so they go undetected by the "close all" request. Figure handle visiblilty can be changed from the HandleVisibility property.

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by