Connecting PID Controller with matlab
Mostrar comentarios más antiguos
I want to tune the PID controller. For that how can i connect my simulink model to .m file?
Thank you
3 comentarios
M
el 13 de Feb. de 2019
Why do you need to connect your simulink model to a .m file to tune the PID controller ?
Mohit Bhatia
el 14 de Feb. de 2019
Patel Mounika
el 20 de Feb. de 2019
So does your .m file contain the PI parameters or the neural network?
Respuestas (1)
Baraa Samsam
el 28 de Mayo de 2020
1 voto
use this C(:,:,i) = pid(Kp,Ki,Kd);
Categorías
Más información sobre PID Controller Tuning en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!