Connecting PID Controller with matlab
Afficher commentaires plus anciens
I want to tune the PID controller. For that how can i connect my simulink model to .m file?
Thank you
3 commentaires
M
le 13 Fév 2019
Why do you need to connect your simulink model to a .m file to tune the PID controller ?
Mohit Bhatia
le 14 Fév 2019
Patel Mounika
le 20 Fév 2019
So does your .m file contain the PI parameters or the neural network?
Réponses (1)
Baraa Samsam
le 28 Mai 2020
1 vote
use this C(:,:,i) = pid(Kp,Ki,Kd);
Catégories
En savoir plus sur PID Controller Tuning dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!