Page 1 of 1

Undefined command/function '_fff'.

PostPosted: Mon Oct 16, 2006 5:42 am
by tandynare
??? Error using ==> feval
Undefined command/function '_fff'.

Error in ==> fsolve at 180
fuser = feval(funfcn{3},x,varargin{:});
When I ran a program, the computer came back with the following error message,

Error in ==> dynare_solve at 15
[x,fval,exitval,output] = fsolve(func,x,options,varargin{:});

Error in ==> steady_ at 23
[ys_,check] = dynare_solve([fname_ '_fff'],x);

Error in ==> steady at 7
steady_;

Error in ==> test at 95
steady(1);

Error in ==> dynare at 26
evalin('base',fname) ;

Please help!

PostPosted: Mon Oct 16, 2006 6:41 am
by MichelJuillard
If your model is written in file mod1.mod, you must type

dynare mod1

According to the error message that you got, for some reason, Dynare doesn't know the name of the file (mod1, in my example)

Best

Michel