How to delete all figure plots

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일

3 개 추천

close all

댓글 수: 2

alpedhuez
alpedhuez 2018년 3월 30일
I typed clear all but the figure windows do not go away. (Windows 10)
"clear all" and "close all" are not the same.
In some cases you might even need
close all hidden

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Line Plots에 대해 자세히 알아보기

제품

태그

질문:

2018년 3월 30일

댓글:

2018년 3월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by