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

1 Kommentar

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')

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

KSSV
KSSV am 20 Apr. 2022

1 Stimme

Try:
currentfig = findall(groot, 'Tag', 'NNET_CNN_TRAININGPLOT_UIFIGURE');
savefig(currentfig,['Training,','.fig']);

1 Kommentar

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Community Treasure Hunt

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

Start Hunting!

Translated by