Close all training progress plot

64 ビュー (過去 30 日間)
Ngoc Tran
Ngoc Tran 2019 年 12 月 19 日
コメント済み: Rudolf Fruehwirth 2023 年 1 月 19 日
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.

採用された回答

Raunak Gupta
Raunak Gupta 2019 年 12 月 22 日
Hi,
As mentioned in this MATLAB Question you may use
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 件のコメント
Nor Safira Elaina Mohd Noor
Nor Safira Elaina Mohd Noor 2022 年 12 月 13 日
Thank you.
Rudolf Fruehwirth
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 ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by