Hello,
I meet the same problem as sheepooh74 when I run dynare at matlab 2007b. My code can be run at matlab 2006b. However, when I got rid of stoch_simul it also can be run in 2007b. When I run code with stoch_simul, it shows :
Invalid MEX-file 'U:\dyn_mat_v3_065\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);
Michel said that "For the time beeing delete gensylv.dll, then an lternative, slower, Matlab base routines will take over ". I
I have deleted gensylv.dll in c:\dynare_v3\matlab\gensylv.dll, I worked well. I want to konw what is gensylv.dll and why it relate to stoch_simul !
Thank you!