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 Center および File ExchangeAnnotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by