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

댓글 수: 1

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

댓글을 달려면 로그인하십시오.

 채택된 답변

KSSV
KSSV 2022년 4월 20일

1 개 추천

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

댓글 수: 1

new_user
new_user 2022년 4월 20일
편집: new_user 2022년 4월 20일
can I export it as a an image file with specific resolution?? "exportgraphics(currentfig,'trg.png','Resolution',300)"

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

질문:

2022년 4월 20일

댓글:

2022년 4월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by