Dear Jpfeifer . I don' t use the model of (Smets and Wouters) . The dynare 's version is 4.4.1 . In fact I have obtained the same message of error concerning 'strsplit 'which is
??? Undefined function or method 'strsplit'
for input arguments of type 'char'.
Error in ==> dynare_estimation_1 at 356
options_list =
strsplit(options_.optim_opt,',');
Error in ==> dynare_estimation at 84
dynare_estimation_1(var_list,dname);
Error in ==> article4 at 379
dynare_estimation(var_list_);
Error in ==> dynare at 174
evalin('base',fname) ;
but when I try strsplit.m I obtain another error which is
??? Undefined function or method 'Warning' for
input arguments of type 'char'.
Error in ==> dynare_estimation_1 at 388
Warning(['gmhmaxlik:
Unknown option ('
options_list{2*(o-1)+1}
')!'])
Error in ==> dynare_estimation at 84
dynare_estimation_1(var_list,dname);
Error in ==> article4 at 379
dynare_estimation(var_list_);
Error in ==> dynare at 174
evalin('base',fname) ;
Can you help me please? sorry for asking you many questions