Rename the function name

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

[What is wrong with the 4.3.1?)

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!

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.

[quote=“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![/quote]

Search in google how replace this message…