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

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?

The steady state is stored in oo_.steady_state. You would have to store it manually using the respective Matlab commands.

Sorry for my late reply and thank you for your answer!!

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

Best regards