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.