Page 1 of 1

No MatLab Results??????

PostPosted: Sun Mar 25, 2012 1:55 pm
by sellman123
I have the following .mod file and when it runs in matlab i get the following message:

Configuring Dynare ...
[mex] Generalized QZ.
[mex] Sylvester equation solution.
[mex] Kronecker products.
[mex] Sparse kronecker products.
[mex] Bytecode evaluation.
[mex] k-order perturbation solver.
[mex] k-order solution simulation.

Starting Dynare (version 4.2.5).
Starting preprocessing of the model file ...
Substitution of Expectation operator: added 2 auxiliary variables and equations.
Found 5 equation(s).
Evaluating expressions...done
Computing static model derivatives:
- order 1
Computing dynamic model derivatives:
- order 1
- order 2
Processing outputs ...done
Preprocessing completed.
Starting MATLAB/Octave computing.


ans =

2

what does this mean????

Re: No MatLab Results??????

PostPosted: Sun Mar 25, 2012 5:32 pm
by jpfeifer
It means you violated Matlab's naming convention. Function and variable names must start with a letter. 2 is not a valid name. Dynare outputs what you put in: 2

Re: No MatLab Results??????

PostPosted: Sun Mar 25, 2012 10:13 pm
by sellman123
cheers. but now when I use an updated version the rank condition isn't verified.