Filter löschen
Filter löschen

Close all training progress plot

41 Ansichten (letzte 30 Tage)
Ngoc Tran
Ngoc Tran am 19 Dez. 2019
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.

Akzeptierte Antwort

Raunak Gupta
Raunak Gupta am 22 Dez. 2019
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 Kommentare
Nor Safira Elaina Mohd Noor
Nor Safira Elaina Mohd Noor am 13 Dez. 2022
Thank you.
Rudolf Fruehwirth
Rudolf Fruehwirth am 19 Jan. 2023
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!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by