Change de acceleration of Predict funtion.

2 ビュー (過去 30 日間)
María del Carmen Salas Casas
María del Carmen Salas Casas 2023 年 1 月 13 日
回答済み: Aditya Jha 2023 年 1 月 16 日
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.

回答 (1 件)

Aditya Jha
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:

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by