Issue with Matlab print command

2 visualizzazioni (ultimi 30 giorni)
Paul
Paul il 25 Feb 2014
Risposto: Image Analyst il 25 Feb 2014
Got this when running a program, any ideas?
Error using print>LocalPrint (line 289) .\japan_feb2014_base002_IRF_epsilon_G7.eps: Cannot open file: permission denied.
Error in print (line 231) LocalPrint(pj);
Error in dyn_saveas (line 41) print(h,'-depsc2',[fname,'.eps'])
Error in stoch_simul (line 273) dyn_saveas(hh,[ M_.fname '_IRF_' deblank(tit(i,:)) int2str(fig)],options_);
Error in japan_feb2014_base002 (line 961) info = stoch_simul(var_list_);
Error in dynare (line 174) evalin('base',fname) ;

Risposte (1)

Image Analyst
Image Analyst il 25 Feb 2014
I can't tell the full path - all I see is .\ - so can you tell us what "pwd" displays because it looks like you're trying to save something to the current folder and not every folder can be saved to with Windows 7. What operating system are you using?

Categorie

Scopri di più su Startup and Shutdown 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!

Translated by