How to delete all figure plots

조회 수: 234 (최근 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 CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by