why I can't export the training plot

i don't have any option to export the trainng plot. can someone suggest what shouuld I do expcept taking screenshot.

1 comentario

trainingPlot is automatically saved in the Result folder for each trial. You can open it in matlab using command openfig('trainingPlot.fig', 'visible')
openfig('trainingPlot.fig', 'visible')

Iniciar sesión para comentar.

 Respuesta aceptada

KSSV
KSSV el 20 de Abr. de 2022
Try:
currentfig = findall(groot, 'Tag', 'NNET_CNN_TRAININGPLOT_UIFIGURE');
savefig(currentfig,['Training,','.fig']);

1 comentario

new_user
new_user el 20 de Abr. de 2022
Editada: new_user el 20 de Abr. de 2022
can I export it as a an image file with specific resolution?? "exportgraphics(currentfig,'trg.png','Resolution',300)"

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Preguntada:

el 20 de Abr. de 2022

Comentada:

el 30 de Abr. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by