Dynare++ v. 1.3.1
Posted: Thu Jun 29, 2006 7:43 am
I am testing Dynare++ v. 1.3.1. There is clearly something I don't understand about the new user interface (I have used version 1.1 in the past). What I did was the following.
1. In the command prompt
2. In Matlab
The result was
The contents of ystart are
What am I doing wrong?
Thank you very much,
Juha
1. In the command prompt
- Code: Select all
dynare++ --sim 1 --per 20000 --no-irfs juha50.mod
2. In Matlab
- Code: Select all
shocks=randn(3,20000);
r = dynare_simul('juha50.mat',shocks);
The result was
- Code: Select all
??? ystart has wrong number of rows.
The contents of ystart are
- Code: Select all
Empty state-space model.
What am I doing wrong?
Thank you very much,
Juha