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!