How to kill all figure windows in MATLAB?
68 ビュー (過去 30 日間)
古いコメントを表示
Is it possible to kill all figure windows with only a single click or command?
0 件のコメント
回答 (2 件)
Dishant Arora
2015 年 4 月 15 日
close all
4 件のコメント
Adam Danz
2021 年 9 月 2 日
@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.
Adam Danz
2021 年 9 月 2 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop uifigure-Based Apps についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!