Page 1 of 1

??? Subscripted assignment dimension mismatch.

PostPosted: Tue Jan 10, 2012 9:40 am
by zlg122
Hi all
The mod with the wrong"??? Subscripted assignment dimension mismatch."
who can help me!
thanks a lot!

MATRIX OF CORRELATIONS

Code: Select all
Variables   
??? Subscripted assignment dimension mismatch.

Error in ==> disp_th_moments at 103
        z(:,i) = diag(oo_.gamma_y{i+1}(i1,i1));

Error in ==> stoch_simul at 73
    disp_th_moments(oo_.dr,var_list);

Error in ==> dibbanksector25 at 376
info = stoch_simul(var_list_);

Error in ==> dynare at 132
evalin('base',fname) ;

Re: ??? Subscripted assignment dimension mismatch.

PostPosted: Tue Jan 17, 2012 9:42 am
by SébastienVillemot
I was able to run this code without a crash using Dynare 4.2.4.

However it looks like you forgot to declare standard deviations for your shocks. So currently the model has no source of shocks.