Close all training progress plot
30 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ngoc Tran
el 19 de Dic. de 2019
Comentada: Rudolf Fruehwirth
el 19 de En. de 2023
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 comentarios
Respuesta aceptada
Raunak Gupta
el 22 de Dic. de 2019
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 comentarios
Rudolf Fruehwirth
el 19 de En. de 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!
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!