Hi,
I am able to run my program in version 3 when the order is 1. When I try to set order = 2, I get the following error:
??? Invalid MEX-file 'C:\....\dynare_v3\matlab\gensylv.dll': The specified procedure could not be found.
.
Error in ==> dr1 at 443
ghxx = gensylv(2,A,B,C,D);
Error in ==> resol at 56
[dr,info] = dr1(dr,check_flag);
Error in ==> stoch_simul at 47
[dr_, info] = resol(ys_,0);
Error in ==> mymodel at 118
info=stoch_simul(var_list_);
Error in ==> dynare at 26
evalin('base',fname) ;
When I switched to Version 4, I cannot run the same program (code attached). Where am I going wrong?
Thanks,
Maddy