Assignment has more non-singleton rhs dimensions
Posted: Tue Sep 21, 2010 5:34 am
Hi, will someone help check this programme for me? It's a bit long, but I just need some general tips to cope with the error that Matlab tells me, i.e. someone please tell me which block I have to change, is it parameters, models or variables? Seems that there are some non-stationarity problems.
Many Thanks!
Programme is in the attach, and following is the error message:
??? Assignment has more non-singleton rhs dimensions than non-singleton
subscripts
Error in ==> th_autocovariances at 154
Gamma_y{nar+2}(stationary_vars,i) = vx2;
Error in ==> disp_th_moments at 37
[oo_.gamma_y,stationary_vars] = th_autocovariances(dr,ivar,M_,options_);
Error in ==> stoch_simul at 73
disp_th_moments(oo_.dr,var_list);
Error in ==> FDI at 485
info = stoch_simul(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
Many Thanks!
Programme is in the attach, and following is the error message:
??? Assignment has more non-singleton rhs dimensions than non-singleton
subscripts
Error in ==> th_autocovariances at 154
Gamma_y{nar+2}(stationary_vars,i) = vx2;
Error in ==> disp_th_moments at 37
[oo_.gamma_y,stationary_vars] = th_autocovariances(dr,ivar,M_,options_);
Error in ==> stoch_simul at 73
disp_th_moments(oo_.dr,var_list);
Error in ==> FDI at 485
info = stoch_simul(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;