Page 1 of 1

How to save steady-state computations in matlab-file?

PostPosted: Fri Aug 23, 2013 8:50 am
by kanimbla
Hi,

For the purpose of simulating a multi-country model, I have computed a large number of steady-conditions using the Dynare macro-language. Since I need to work with the computed steady-state values, I would like to save them in a matlab-file. Is there a way to do this?

Re: How to save steady-state computations in matlab-file?

PostPosted: Mon Aug 26, 2013 8:51 am
by jpfeifer
The steady state is stored in oo_.steady_state. You would have to store it manually using the respective Matlab commands.

Re: How to save steady-state computations in matlab-file?

PostPosted: Fri Aug 30, 2013 12:20 pm
by kanimbla
Sorry for my late reply and thank you for your answer!!

I finally decided to compute the steady states in matlab directly...

Best regards