Change de acceleration of Predict funtion.
조회 수: 1 (최근 30일)
이전 댓글 표시
Good morning, in a program I have made I use the predict function. I would like to know how I can change the acceleration of the predict function from auto to none. Thank you.
댓글 수: 0
답변 (1개)
Aditya Jha
2023년 1월 16일
Hi!
You can use the predict function in the following format to change acceleration from auto to none as shown below:
>>[___] = predict(___,'Acceleration',’none’);
For more details, please refer to the following documentation:
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!