MATLAB: I can solve this error

undefined function

Mdl = arima('Constant',0,'D',1,'Seasonality',12,...
'MALags',1,'SMALags',12);
EstMdl = estimate(Mdl,y);
There is this error:

Best Answer

I do have this function available, it is part of the econometrics toolbox