i can't save my plot as a png
    19 次查看(过去 30 天)
  
       显示 更早的评论
    
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 个评论
采纳的回答
  Walter Roberson
      
      
 2022-5-25
        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.
更多回答(0 个)
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Printing and Saving 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

