Page 1 of 1

??? Input argument "M" is undefined.

PostPosted: Mon Nov 03, 2014 11:09 am
by shuixing
Istart to run my program and
The rank condition is verified.
but it says
??? Input argument "M" is undefined.

Error in ==> model_diagnostics at 38
endo_nbr = M.endo_nbr;

Error in ==> mypaper at 219
model_diagnostics;

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

Re: ??? Input argument "M" is undefined.

PostPosted: Mon Nov 03, 2014 12:56 pm
by jpfeifer
It seems you are using an older Dynare version. In this case, either upgrade to 4.4.3 or use
Code: Select all
model_diagnostics(M_,options_,oo_)

Re: ??? Input argument "M" is undefined.

PostPosted: Tue Nov 04, 2014 4:22 pm
by shuixing
jpfeifer wrote:It seems you are using an older Dynare version. In this case, either upgrade to 4.4.3 or use
Code: Select all
model_diagnostics(M_,options_,oo_)

thanks for your kind help!,you are always so helpful!