I am not apple to suppress plotting in version 4 in the same fashion than in version 3.
"forecast (periods = 200) x; "
does not work. I get the error message
??? Attempted to access var_yf(:,2); index out of bounds because
size(var_yf)=[200,1].
Error in ==> simultxdet at 150
int_width(:,i) = fact*sqrt(var_yf(:,i))';
Error in ==> forecast at 120
[yf,int_width] = simultxdet(y0,ex,oo_.exo_det_simul,...
Error in ==> BL_APADJ_4 at 1120
info = forecast(var_list_,'simul');
Error in ==> dynare at 102
evalin('base',fname) ;
I have 156 variables, so I realy do not wish to plot them all every time I solve the model. What should I do?
Cheers,
Jukka