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
2018년 3월 30일
close all
댓글 수: 2
alpedhuez
2018년 3월 30일
Walter Roberson
2018년 3월 30일
"clear all" and "close all" are not the same.
In some cases you might even need
close all hidden
카테고리
도움말 센터 및 File Exchange에서 Line Plots에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!