Suppressing dynare output

Hi,

I have been working with Dynare version 3. I was wondering if there is a way to suppress the output generated in the Matlab command window from running a Dynare program.

I am doing Monte Carlo simulations using dynare and it would save me a lot of time if I could get the output (including model summary, policy and transition functions) to be suppressed.

-Abhishek.

Hi,

I believe you can suppress displaying output with

stoch_simul(nograph,noprint);

Matthias.

thanks for the suggestion. that worked.

the steady state results are still being printed. Is there a way of getting rid of that as well?

-abhishek.

try to remove the line “steady” in your code.

thanks a lot. that works. (why didn’t i think of that!!!)

-abhishek.