Hi folks,
my question is that,
is it possible to LOAD initial values to .mod file from a .mat file ?
I have initialvalues.m containing y and c,
how can I load these to dynare instead of writing manually?
Best regards,
Can.
load myfile;
y_start=mysavedvaluefory;
initval;
y=y_start;
end;
Users browsing this forum: No registered users and 8 guests