Parameters values

Hi, is there a way to have Dynare take parameters values from Matlab (workspace, .mat files)?

Thank you,
Ellen

Yes, before the model block you can load a mat-file containing parameter values (load file_xyz.mat parameter_matrix;) and then assign values to a parameter (e.g. alfa=parameter_matrix(1);).

Thank you very much!!!