How to close neural network training dialog in 2022a
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sven Merk
el 16 de Mayo de 2022
Comentada: Sven Merk
el 19 de Mayo de 2022
Hello everyone,
in 2022a the nntraintool command has been removed
Citation:
R2022a: nntraintool has been removed
Errors starting in R2022a
The documentation only mentions that opening it is now done via the "train" command. It does however not mention how to replace
nntraintool('close')
in 2022a.
Can anyone point me to some code on how to programmatically close the traintool after training? Or is this function simply lost?
Thanks in advance.
0 comentarios
Respuesta aceptada
Abhijit Bhattacharjee
el 19 de Mayo de 2022
delete(findall(0))
This is because the ‘HandleVisibility’ is set to ‘off’ for these plots by default.
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!