why I can't export the training plot

3 vues (au cours des 30 derniers jours)
new_user
new_user le 20 Avr 2022
i don't have any option to export the trainng plot. can someone suggest what shouuld I do expcept taking screenshot.
  1 commentaire
Tereza Simralova
Tereza Simralova le 30 Avr 2022
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')

Connectez-vous pour commenter.

Réponse acceptée

KSSV
KSSV le 20 Avr 2022
Try:
currentfig = findall(groot, 'Tag', 'NNET_CNN_TRAININGPLOT_UIFIGURE');
savefig(currentfig,['Training,','.fig']);
  1 commentaire
new_user
new_user le 20 Avr 2022
Modifié(e) : new_user le 20 Avr 2022
can I export it as a an image file with specific resolution?? "exportgraphics(currentfig,'trg.png','Resolution',300)"

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Recognition, Object Detection, and Semantic Segmentation dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by