Page 1 of 1

Parameters values

PostPosted: Sat Feb 18, 2012 9:46 pm
by Ellen70
Hi, is there a way to have Dynare take parameters values from Matlab (workspace, .mat files)?

Thank you,
Ellen

Re: Parameters values

PostPosted: Sat Feb 18, 2012 10:00 pm
by jpfeifer
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);).

Re: Parameters values

PostPosted: Tue Feb 21, 2012 3:47 am
by Ellen70
Thank you very much!!!!