Re: Index exceeds matrix dimensions??
Posted: Thu Sep 11, 2014 12:24 pm
jpfeifer wrote:The Blanchard-Kahn conditions are not satisfied. The crash is due to a bug. For generating the correct error message, replace the original Dynare 4.4.3 file with the attached one.
Thank you. But even if I replace the old file with the new one, I still cannot get the error message.
Reference to non-existent field 'verbose'.
Error in dr_block (line 54)
verbose = options_.verbose;
Error in resol (line 135)
[dr,info,M,options,oo] = dr_block(dr,check_flag,M,options,oo);
Error in stoch_simul (line 88)
[oo_.dr,info,M_,options_,oo_] = resol(0,M_,options_,oo_);
Error in v0906 (line 677)
info = stoch_simul(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;