Cooley Example error
 Posted: Fri Jul 24, 2009 4:10 am
Posted: Fri Jul 24, 2009 4:10 amHello, all!
I have replaced the last line in the RBC_Cooley.mod example to:
to avoid the
A search for "evalin" on the forum returns no results.
Can you please help me troubleshoot this? [Using 4.0.4 with Matlab R2008a/7.6.0]
I have just started looking into Dynare and I'm trying to get the examples to work 100%.
			I have replaced the last line in the RBC_Cooley.mod example to:
- Code: Select all
- table('Relative standard deviations in %',strvcat('VARIABLE','REL. S.D.'),M_.endo_names(1:6,:),statistic1,10,8,4);
to avoid the
- Code: Select all
- lgy_
- Code: Select all
- ??? Undefined function or method 'table' for input arguments of type 'char'.
 Error in ==> rbc_cooley at 130
 table('Relative standard deviations in %',strvcat('VARIABLE','REL. S.D.'),M_.endo_names(1:6,:),statistic1,10,8,4);
 Error in ==> dynare at 102
 evalin('base',fname) ;
A search for "evalin" on the forum returns no results.
Can you please help me troubleshoot this? [Using 4.0.4 with Matlab R2008a/7.6.0]
I have just started looking into Dynare and I'm trying to get the examples to work 100%.