필터 지우기
필터 지우기

why I can't export the training plot

조회 수: 4 (최근 30일)
new_user
new_user 2022년 4월 20일
댓글: Tereza Simralova 2022년 4월 30일
i don't have any option to export the trainng plot. can someone suggest what shouuld I do expcept taking screenshot.
  댓글 수: 1
Tereza Simralova
Tereza Simralova 2022년 4월 30일
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일
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개)

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by