Hello, I can run dynare code successfully but I failure to run dynare++ example code in my first try.
The Dynare++ Tutorial says the setup have two procedures:
- Add the dynare++ subdirectory of the root Dynare installation directory to the your operating system path.
- Add to your MATLAB path the dynare++ subdirectory of the root Dynare installation directory.
So I operate the first step according to add-to-the-path-on-mac-os-x, and I finish the second step by add the matlab folder of dynare++ to the path.
I have set the current folder to the example folder where the mod-file is located. When I type the command dynare++ example1.mod
in the matlab, it says error using dynare, too many output arguments
. And the command !dynare++ example1.mod
give a result /bin/bash: dynare++: command not found
.
I am wondering how to address it. Thanks!