? Error using ==> steady_ at 37

Dear All,

I am not sure where the issue is, but running a mod file with the separate matlab file for a steady state causes the following error:

??? Error using ==> steady_ at 37
The seadystate values returned by twocountry_steadystate.m don’t solve the static model!

Error in ==> steady at 27
steady_;

Error in ==> walsh_ch2 at 140
steady;

Error in ==> dynare at 79
evalin(‘base’,fname) ;

Thanks in advance.

Regards,

It just says the steadystate is not right. If you solve it by yourself, you’d better check it. If Dynare does it for you, it means Dynare can’t find the solution.

Thanks for the reply. However, the reason for this warning was that my matlab file was written for Dynare 3 and not 4 (and I wanted to run in both). You need 2 different matlab files for these 2 versions of Dynare as Michel once told me.