Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run Dynare in MatLab #36

Closed
danielkdimitrov opened this issue Jul 28, 2019 · 1 comment
Closed

Cannot run Dynare in MatLab #36

danielkdimitrov opened this issue Jul 28, 2019 · 1 comment

Comments

@danielkdimitrov
Copy link

I installed dynare, put the .mod file in a home directory but ML still doesn't recognize the command 'dynare'. Did anyone have similar issues?

>> dynare rbc_model --> Undefined function or variable 'dynare'.

@danielkdimitrov
Copy link
Author

Ani helped me out, so in case s.o. has the same issue, after installation you have to add the Dynare path to your ML by typying

addpath C:\dynare\4.5.7\matlab

where instead of 4.5.5 it could be the version you installed. The put the .mod file you want to run in your working directory and you'll be fine. You can run the file with

dynare rbc_model.mod

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant