Borrar filtros
Borrar filtros

does matlab version 2021a have forecast command !!!!

1 visualización (últimos 30 días)
Ahmed Gharieb naga
Ahmed Gharieb naga el 20 de En. de 2024
Respondida: Walter Roberson el 20 de En. de 2024
Kf = 200;
yf = forecast( [pos vel P] ,Xsaved,Kf);
I got that error
Error in forecast (line 2)

Respuesta aceptada

Image Analyst
Image Analyst el 20 de En. de 2024
See the links at the right side of this page, for example
It looks like it's in the Econometric Toolbox. Type
>> ver
to see if you have that toolbox.

Más respuestas (1)

Walter Roberson
Walter Roberson el 20 de En. de 2024
It looks like you named your script forecast.m and you expect that script forecast.m to be able to call the forecast() function. That will not work. You need to rename your script to something else.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by