Problem for running dynare

Hi :
when i run the example rbc.mod, i had a problem which i cannot solve it , the problem as follows:
??? Undefined variable.

Error in ==> C:\MATLAB6p5p1\work\rbc.m
On line 119 ==> table(‘Relative standard deviations in %’,strvcat(‘VARIABLE’,‘REL. S.D.’),lgy_(1:6,:),statistic1,10,8,4);

Error in ==> c:\dynare\4.0.2\matlab\dynare.m
On line 102 ==> evalin(‘base’,fname) ;
could anybody help me solve it?

Hi,

The “lgy_” variable does not any longer exist in Dynare 4. It has been replaced by “M_.endo_names”.

Sébastien

I have the same problem, too.

Do I need to rewrite the default Dynare procedures?

Thanks.

Bill

[quote=“SébastienVillemot”]Hi,

The “lgy_” variable does not any longer exist in Dynare 4. It has been replaced by “M_.endo_names”.

Sébastien[/quote]