How to delete all figure plots

166 ビュー (過去 30 日間)
alpedhuez
alpedhuez 2018 年 3 月 30 日
コメント済み: Walter Roberson 2018 年 3 月 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.

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 3 月 30 日
  2 件のコメント
alpedhuez
alpedhuez 2018 年 3 月 30 日
I typed clear all but the figure windows do not go away. (Windows 10)
Walter Roberson
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 ExchangeAnnotations についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by