How to delete all figure plots
조회 수: 234 (최근 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!