How to kill all figure windows in MATLAB?

Risposte (2)

close all

4 Commenti

For figures with modified closeRequestFcn functions,
close all force
After all the things I found and tried its really that simple, huh.
Thanks a lot!
not working for me in online matlab.
@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.

Accedi per commentare.

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.

Categorie

Scopri di più su Develop Apps Programmatically in Centro assistenza e File Exchange

Richiesto:

il 15 Apr 2015

Commentato:

il 2 Set 2021

Community Treasure Hunt

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

Start Hunting!

Translated by