I have installed Dynare 4.2.1 for Matlab on my Mac OS 10.7.1.
I am trying to solve a model using 3rd order perturbations, but after the steady state calculations I get the following error message:
??? Undefined function or method 'k_order_perturbation' for input arguments of type 'struct'.
Error in ==> k_order_pert at 41
[err, g_0, g_1, g_2, g_3] = k_order_perturbation(dr,M,options, ['.' ...
Error in ==> dr1 at 60
[dr,info] = k_order_pert(dr,M_,options_,oo_);
Error in ==> resol at 147
[dr,info,M_,options_,oo_] = dr1(dr,check_flag,M_,options_,oo_);
Error in ==> stoch_simul at 66
[oo_.dr, info] = resol(oo_.steady_state,0);
Error in ==> ez3_A at 145
info = stoch_simul(var_list_);
Error in ==> dynare at 132
evalin('base',fname) ;
I would appreciate any help in trying to solve this issue.
Best,
Andrea