How to Use Dynare with MATLAB
Dynare version 3 and Dynare version 4 have been built to work with MATLAB R2008a. Dynare version 3 is stable. Dynare version 4 is a development release, designed to be much faster than version 3, and having important new features. It is provided on an as-is basis. New version 4 snapshot releases will be installed upon request, as resources permit.
Documentation
The Dynare Documentation includes an HTML Dynare Manual for Version 3, and a PDF Dynare User Guide for Version 4.
Using Dynare Version 3
Insert the following MATLAB command just before you begin your Dynare code:
addpath('/sscc/opt/dynare_v3/matlab')
Example programs are provided in
/sscc/opt/dynare_v3/examples
/sscc/opt/dynare_v3/tests
Using Dynare Version 4
Insert the following MATLAB command just before you begin your Dynare code:
addpath(genpath('/sscc/opt/dynare_v4/matlab'))
Example programs are provided in
/sscc/opt/dynare_v4/tests
Last Updated: 11 February 2009

