From 50914d96b60a510c3afafe78b1d0d3f48c736409 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 17 May 2018 12:34:04 +0200 Subject: [PATCH] update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0842c9f..9de5636 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Dynare GUI Main functionalities: --------------------- -- New, open, save, close Dynare_GUI project files (.dproj) +- New, open, save, close Dynare GUI project files (.dproj) - Load .mod file: an interface to load a mod file - Model settings: an interface for defining various model and GUI options -- Dynare_GUI log file +- Dynare GUI log file - Export to .mod file - Save/load model snapshots - Define observed variables and datafile @@ -17,18 +17,20 @@ Main functionalities: - Stochastic simulation - Deterministic simulation - Shock decomposition -- Conditional forecast. +- Conditional forecast How to run it: -------------- -- Temporarily add the dynare/matlab folder to the matlab's path. +- Open Matlab + +- Add the Dynare `matlab` folder to the Matlab path: ```matlab >> addpath c:\dynare\4.x.y\matlab ``` -- Temporarily add the folder containing the function Dynare_GUI to the Matlab's path +- Add the folder containing the Dynare GUI source code to the Matlab path: ```matlab >> addpath c:\dynare\dynare-gui\src @@ -38,4 +40,4 @@ How to run it: ```matlab >> dynare_gui -``` \ No newline at end of file +``` -- GitLab