How to save result images?
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Sajina Rose
 il 1 Ott 2019
  
    
    
    
    
    Risposto: Walter Roberson
      
      
 il 1 Ott 2019
            I need to write the output figures in seperate folder........can anyone please help me...?
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 1 Ott 2019
        output_folder = 'C:\Users\Sajina\Documents\MATLAB\Project9\outputs';
outfile = fullfile(output_folder, 'fig1.png');
saveas(gcf, outfile);
the file will be written into the named directory.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su File Operations in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!