Error in dynare (line 180) evalin('base',fname) ;

Hi,

I am a new user of Dynare. My knowledge about the software is basic.
Presently, I am running the “A Small Multi-Country Global Projection Model with Financial-Real Linkages and Oil Prices” from Douglas Laxton web page (douglaslaxton.org/id4.html).

I almost done it. Nevertheless I still have two errors:

Undefined function ‘forecast_data_export’ for input arguments of
type ‘char’.

Error in soe1bayes (line 1987)
forecast_data_export( forecast_list, firstdate, forecastdate,
nhistorical);

Error in dynare (line 180)
evalin(‘base’,fname) ;

associated with the following commands report:
nobs = nobsdata;
firstdate = ‘1994Q1’;
forecastdate = ‘2008Q2’;
nhistorical = 4;
forecast_list=strvcat( ‘Y_US’, ‘PIE4_US’, ‘LRPOIL_US’, ‘LPOIL_US’, ‘GROWTH_US’, ‘UNR_US’, ‘RS_US’, ‘RR_US’, ‘BLT_US’,…
‘Y_EU’, ‘PIE4_EU’, ‘UNR_EU’, ‘GROWTH_EU’, ‘GROWTH4_EU’, ‘GROWTH4_BAR_EU’, ‘RS_EU’, ‘RR_EU’, ‘REER_T_EU’,…
‘Y_JA’, ‘PIE4_JA’, ‘UNR_JA’, ‘GROWTH_JA’, ‘GROWTH4_JA’, ‘GROWTH4_BAR_JA’, ‘RS_JA’, ‘RR_JA’, ‘REER_T_JA’, …
‘GROWTH4_US’, ‘GROWTH4_EU’, ‘GROWTH4_JA’, ‘PIE_US’, ‘PIE_JA’, ‘PIE_EU’, ‘LZ_EU’, ‘LZ_JA’, …
‘REER_T_US’, ‘REER_T_JA’, ‘REER_T_EU’, ‘GROWTH4_BAR_US’);

forecast_data_export( forecast_list, firstdate, forecastdate, nhistorical);

According to a dynare forum (Cooley Example error) ‘evalin’ is a Matlab function. It just says ‘table’ it can’t find ‘table’. Maybe it’s not on your path.
If somebody could help me on this subject, I shall be must grateful.
soe1bayes.mod (27.3 KB)

See [GPM with oil price and BLT - soe1bayes - error messages)