Connecting PID Controller with matlab
Mostra commenti meno recenti
I want to tune the PID controller. For that how can i connect my simulink model to .m file?
Thank you
3 Commenti
M
il 13 Feb 2019
Why do you need to connect your simulink model to a .m file to tune the PID controller ?
Mohit Bhatia
il 14 Feb 2019
Patel Mounika
il 20 Feb 2019
So does your .m file contain the PI parameters or the neural network?
Risposte (1)
Baraa Samsam
il 28 Mag 2020
1 voto
use this C(:,:,i) = pid(Kp,Ki,Kd);
Categorie
Scopri di più su PID Controller Tuning in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!