why I can't export the training plot
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    new_user
 am 20 Apr. 2022
  
    
    
    
    
    Kommentiert: Tereza Simralova
 am 30 Apr. 2022
            i don't have any option to export the trainng plot. can someone suggest what shouuld I do expcept taking screenshot.
1 Kommentar
  Tereza Simralova
 am 30 Apr. 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')
Akzeptierte Antwort
  KSSV
      
      
 am 20 Apr. 2022
        Try:
currentfig = findall(groot, 'Tag', 'NNET_CNN_TRAININGPLOT_UIFIGURE');
savefig(currentfig,['Training,','.fig']);
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!