hi,
I am trying to solve a simple DSGE model, but have one big problem:
the calculation of the steady state in our model is outsourced to another file (model1_steadystate) and matlab/dynare is not willing to accept the "link" to this file:
??? Undefined function or variable "example1_steadystate".
Error in ==> example1 at 88
example1_steadystate;
Error in ==> dynare at 26
evalin('base',fname) ;
what can I do?
Thank you very much for your support!!
Greetz, micky