How to delete all figure plots

230 次查看(过去 30 天)
alpedhuez
alpedhuez 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 CenterFile Exchange 中查找有关 Annotations 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by