Skip to content
Snippets Groups Projects
Select Git revision
  • 80cad320680a27c7b64a0b2c49c765ebcc8e87f9
  • master default protected
  • 6.x protected
  • madysson
  • 5.x protected
  • asm
  • time-varying-information-set
  • 4.6 protected
  • dynare_minreal
  • dragonfly
  • various_fixes
  • 4.5 protected
  • clang+openmp
  • exo_steady_state
  • declare_vars_in_model_block
  • julia
  • error_msg_undeclared_model_vars
  • static_aux_vars
  • slice
  • aux_func
  • penalty
  • 6.4 protected
  • 6.3 protected
  • 6.2 protected
  • 6.1 protected
  • 6.0 protected
  • 6-beta2 protected
  • 6-beta1 protected
  • 5.5 protected
  • 5.4 protected
  • 5.3 protected
  • 5.2 protected
  • 5.1 protected
  • 5.0 protected
  • 5.0-rc1 protected
  • 4.7-beta3 protected
  • 4.7-beta2 protected
  • 4.7-beta1 protected
  • 4.6.4 protected
  • 4.6.3 protected
  • 4.6.2 protected
41 results

windows

  • Clone with SSH
  • Clone with HTTPS
  • Dynare
    ━━━━━━
    
    For information about how to use Dynare, you should have a look at the
    documentation located in the ‘doc’ subdirectory of your Dynare installation (you
    should have a shortcut in your Start Menu to access it directly).
    
    Beginners should start with the tutorial (under PDF format in ‘guide.pdf’).
    There is also a complete reference manual documenting all Dynare functions
    (under HTML format in ‘dynare-manual.html\index.html’, under PDF format in
    ‘dynare-manual.pdf’).
    
    You can also get more information on the Dynare homepage:
    
      https://www.dynare.org
    
    Note: Dynare comes with an automated uninstaller, which you can run from the
    “Add/Remove Programs” menu of the Control Panel.
    
    
    Using Dynare with MATLAB®
    ─────────────────────────
    
    Dynare requires MATLAB® version 8.3 (R2014a) or above. With older versions of
    MATLAB®, it may fail or give unexpected results. Only 64-bit versions are
    supported.
    
    To use Dynare, you just have to add the ‘matlab’ subdirectory of your Dynare
    installation to MATLAB® path. You have two options for doing that:
    
    — Use the addpath command, by typing the following (assuming that you have
      installed Dynare at the standard location, and replacing ‘4.x.y’ by the correct
      version number):
    
        addpath c:\dynare\4.x.y\matlab
    
      MATLAB® will not remember this setting next time you run it, and you will
      have to do it again.
    
    — Select the “Set Path” entry in the “File” menu, then click on “Add Folder…”,
      and select the ‘matlab’ subdirectory of your Dynare installation. Note that
      you must not use “Add with Subfolders…”. Apply the settings by clicking on
      “Save”. Note that MATLAB® will remember this setting next time you run it.
    
    You can test your installation by typing ‘dynare’ at the MATLAB® prompt. This
    should give you an error message complaining that you did not specify a MOD
    file.
    
    
    Using Dynare with Octave
    ────────────────────────
    
    Dynare also works on top of GNU Octave, a free clone of MATLAB® (see
    <https://www.octave.org>).
    
    This version of Dynare is compiled for Octave 6.2.0 (MinGW, 64-bit),
    and may not work with other versions of Octave. The recommended version of
    Octave can be downloaded at:
      https://ftpmirror.gnu.org/gnu/octave/windows/octave-6.2.0-w64-installer.exe
    
    Every time you run Octave, you should type the following command (assuming that
    you have installed Dynare at the standard location, and replacing ‘4.x.y’ by
    the correct version number):
    
      addpath c:\dynare\4.x.y\matlab
    
    Note: if you don't want to type this command every time you run Octave, you can
    put it in a file called ‘.octaverc’ in your home directory
    (typically ‘c:\Users\USERNAME’). This file is run by Octave at every startup.
    
    You can test your installation by typing ‘dynare’ at the Octave prompt. This
    should give you an error message complaining that you did not specify a MOD
    file.
    
    
    Credits
    ───────
    
    MATLAB® is a registered trademark of The Mathworks, Inc.