Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Re: problem with savefig
Posted:
Mar 21, 2011 8:45 AM
|
|
Hello, I have excatly the same problem. Have you found the solution?
Best,
Antoine CLEMENT <ifsqr5$mve$1@fred.mathworks.com>... > > > "Michel " <slivitz@cite.net> wrote in message > news:ifhv9k$4gq$1@fred.mathworks.com... > > I am struggling to find a possible reason for the following error which > > crept up recently (and is not constant i.e works the first time I open > > Matlab and then is erratic) using savefig > > > >>> savefig('pcp_qc45-nrcan','png'); > > ??? Error using ==> print at 364 > > C:\Donnes\MRCC424\Region_sud\Grille45km\Analyses_45km\pcp_qc45-nrcan-temp.eps: > > Cannot open file: permission denied. > > > > Error in ==> savefig at 224 > > print(fighdl, deps{:}, '-noui', renderer, res, [fname '-temp']); > > % > > Output the eps. > > > > Can anybody be of any help for any direction I might examine closely? the > > author is not supporting savefig any longer. > > > > Using : savefig 2.0 with Ghostscript 8.64, Matlab 7.11(R2010b) on Windows > > 7 > > I cannot see any restrictions writing to the directory > > There may not be any restrictions on the _directory_, but is some other > application using the _file_ (and denying permission to MATLAB to write to > the file?) > > -- > Steve Lord > slord@mathworks.com > comp.soft-sys.matlab (CSSM) FAQ: http://matlab.wikia.com/wiki/FAQ > To contact Technical Support use the Contact Us link on > http://www.mathworks.com
|
|
|
|