Dynare_simul not working in 4.6.0

Hello,

I downloaded version 4.6.0 of Dynare for Mac (was previously using 4.5.3). I find that the dynare_simul command in Dynare++ now does not work. I get the following error:

dynare_simul_ must have at exactly 12 input parameters and 2 output arguments.

I am just trying to run the code from Wouter den Haan given here: http://econ.lse.ac.uk/staff/wdenhaan/numerical/dynareprograms.htm#Dynarepp (#3 Looping over Dynare++ files)

Any help would be much appreciated!!

Does your installation folder of Dynare++ contain dynare_simul.m?

The folder applications/dynare/4.6.0/dynare++ only has one file called dynare++ (an exe file). Is that the folder you mean?

Yes. So something went wrong in our creation of the Dynare++ package. You are obviously calling an old version of that file that is not compatible with the new syntax of the underlying mex-file. We will provide a solution here soon.

Excellent. Glad it isn’t something weird on my end. Can you maybe post a reply when the new version is up, so I know? Thanks for your help!!

Here is a working version of the file for 4.6
dynare_simul.m (5.3 KB)

Great, I will give it a try. Thanks for your help with this!