Hi Everyone:
I've recently installed dynare v3_064 using MATLAB version 6.5. When I tried to run some examples, MATLAB prompted:
>> dynare example2.mod;
??? Undefined function or variable 'example2'.
Error in ==> C:\dynare_v3.0\matlab\dynare.m
On line 27 ==> evalin('base',fname) ;
I also tried to solve the problem by changing dynare.m:
%pathfile = mfilename('fullpath');
%command = [pathfile,'_m ',fname];
command = ['c:/dynare_v3.0/matlab/dynare_m ',fname];
Still, nothing has changed and the same error appears.
Thanks in advance, Gonzalo