Page 1 of 1
rename the function name
Posted:
Tue Nov 20, 2012 3:20 pm
by zenghaiwei
Hi all
When I run dynare in matlab, there are many messages that " the function in dynare has the same name as the buildin function in matlab, please rename it", how to deal with this?
Thanks a lot
Re: rename the function name
Posted:
Tue Nov 20, 2012 4:31 pm
by jpfeifer
Re: rename the function name
Posted:
Wed Nov 21, 2012 3:19 am
by zenghaiwei
Thanks alot, prof. I have the problem. By the way, I have another question. When I run dynare in loop of matlab, i have add the "noprint" option in the mod file, there are still other messages displayed
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.2).
Starting preprocessing of the model file ...
Found 6 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.
STEADY-STATE RESULTS:
y 0
c 0
pi 0
R 0
g 0
z 0
Total computing time : 0h00m01s
How to aviod these messages?
Thanks a lot!
Re: rename the function name
Posted:
Wed Nov 21, 2012 7:42 am
by jpfeifer
The noprint option only refers to the stoch_simul command. The printout you get comes from the steady command. As your model runs and the steady state is always 0 due to linearization, you can just delete the steady command.
Re: rename the function name
Posted:
Mon Jun 24, 2013 11:43 am
by tamim
zenghaiwei wrote:Thanks alot, prof. I have the problem. By the way, I have another question. When I run dynare in loop of matlab, i have add the "noprint" option in the mod file, there are still other messages displayed
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.2).
Starting preprocessing of the model file ...
Found 6 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.
STEADY-STATE RESULTS:
y 0
c 0
pi 0
R 0
g 0
z 0
Total computing time : 0h00m01s
How to aviod these messages?
Thanks a lot!
Search in google how replace this message...