Change de acceleration of Predict funtion.

1 visualización (últimos 30 días)
María del Carmen Salas Casas
María del Carmen Salas Casas el 13 de En. de 2023
Respondida: Aditya Jha el 16 de En. de 2023
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.

Respuestas (1)

Aditya Jha
Aditya Jha el 16 de En. de 2023
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:

Categorías

Más información sobre Statistics and Machine Learning Toolbox 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