Dynare++ Loading Parameters from .mat

Hi,

I was wondering if it is possible to load paramter values or steady state values into a dynare++ program from another .mat file, like how we can in normal Dynare program. (using “load params” or something similar perhaps)

Thanks

No, that is not easily possible. You would need to work with a Matlab-file that writes the mod-file for Dynare++ including the parameter statements.

I see. I think that is what I was tending towards (admittedly in Python), but I was wondering if there was an easier approach.

Thank you.