i can't save my plot as a png
    19 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Adam Jurhs
 il 25 Mag 2022
  
    
    
    
    
    Commentato: Adam Jurhs
 il 25 Mag 2022
            hi guys,
i've made a plot (errorbar plot to be precise) and i get it looking exactly as i want, but when i give MatLab the command
saveas(gcf,'ErrorPlot.png')
i get the following errors:
Error using matlab.graphics.internal.name (line 112)
Cannot create output file './ErrorPlot.png'.
Error in print (line 71)
pj = matlab.graphics.internal.name( pj );
Error in saveas (line 181)
    print( h, name, ['-d' dev{i}])
can someone please help me?
0 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 25 Mag 2022
        You are cd to a directory that you do not have write access to. In particular you might be cd to the matlab installation directory.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Printing and Saving 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!

