How to delete all figure plots
166 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2018 年 3 月 30 日
close all
2 件のコメント
Walter Roberson
2018 年 3 月 30 日
"clear all" and "close all" are not the same.
In some cases you might even need
close all hidden
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!