Hello Everybody!
I have a problem running Dynare for matlab 6.1.
I get the following error message:
??? Input argument 'fname' is undefined.
Error in ==> c:\programme\dynare_v3\matlab\dynare.m
On line 8 ==> if ~ isstr(fname)
I have considered the change proposed in the FAQ, namely
You need to edit dynare.m in Dynare's matlab subdirectory. Replace
pathfile = mfilename('fullpath');
command = [pathfile,'_m ',fname];
by
command=['c:/dynare_v3.05/matlab/dynare_m ',fname];
still i get the same message.
Can someone help ?
Best Klaus