Unidentifiable error
Posted: Sat Feb 20, 2016 12:03 pm
Hi, everybody. I'm trying to solve a model with a specification that is slightly more complicated than the one for which I already have a running version. This is the resulting error:
I can't understand what the source of the problem is, since I am sure of the steady state, which can be easily computed using pencil and paper and the model equations are correct. Any hint ?
Thanks in advance.
SOLVE: maxit has been reached
Warning: MATLAB has disabled some advanced graphics rendering features by switching to software OpenGL. For more information, click here.
Not enough input arguments.
Error in resid (line 87)
[N,nz]=size(z);
Error in steady (line 90)
resid;
Error in deleveraging_b (line 195)
steady;
Error in dynare (line 180)
evalin('base',fname) ;
I can't understand what the source of the problem is, since I am sure of the steady state, which can be easily computed using pencil and paper and the model equations are correct. Any hint ?
Thanks in advance.