does matlab version 2021a have forecast command !!!!
이전 댓글 표시
Kf = 200;
yf = forecast( [pos vel P] ,Xsaved,Kf);
I got that error
Error in forecast (line 2)
채택된 답변
추가 답변 (1개)
Walter Roberson
2024년 1월 20일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Financial Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!