Close all training progress plot
조회 수: 30 (최근 30일)
이전 댓글 표시
Hi there,
I am using the Deep learning toolbox from Matlab. I have a lot of training progress plots open and want to close them all at once. The "close all" command that usually works for plots does not work for these training progress plots. Is there a way to quickly close all those plots? Thanks.
댓글 수: 0
채택된 답변
Raunak Gupta
2019년 12월 22일
Hi,
delete(findall(0));
for closing all the opened training progress plots because the ‘HandleVisibility’ is set to ‘off’ for these plots by default.
Hope it helps.
댓글 수: 2
Rudolf Fruehwirth
2023년 1월 19일
How can I override this default? Can I dock these plots to my main window if I have the handles? This would help a lot when teaching the NN toolbox via zoom. Thank you!
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!