Hi, i tried to run example1_reporting.mod from examples in Matlab and I am getting the following error:
" Unrecognized function or variable ‘y_e’.
Error in [example1_reporting.driver](matlab:matlab.lang.internal.introspective.errorDocCallback(‘example1_reporting.driver’, ‘C:\Users\bayar\Desktop\cbdc paper\dynare code+example1_reporting\driver.m’, 353)) ([line 353](matlab: opentoline(‘C:\Users\bayar\Desktop\cbdc paper\dynare code+example1_reporting\driver.m’,353,0)))
shocke = [shocke dseries(y_e, dates(‘2014q3’), ‘y’)];
^^^
Error in [dynare](matlab:matlab.lang.internal.introspective.errorDocCallback(‘dynare’, ‘C:\dynare\6.4\matlab\dynare.m’, 308)) ([line 308](matlab: opentoline(‘C:\dynare\6.4\matlab\dynare.m’,308,0)))
evalin(‘base’,[fname ‘.driver’]);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ "
What should I fix in the file in order to be able to run this example?
Thank you.