Connecting PID Controller with matlab

3 visualizzazioni (ultimi 30 giorni)
Mohit Bhatia
Mohit Bhatia il 13 Feb 2019
Risposto: Baraa Samsam il 28 Mag 2020
I want to tune the PID controller. For that how can i connect my simulink model to .m file?
Thank you
  3 Commenti
Mohit Bhatia
Mohit Bhatia il 14 Feb 2019
I want to tune the PI parameters using neural network. So I want to get values of Kp, Ki after every cycle.
Thank you
Patel Mounika
Patel Mounika il 20 Feb 2019
So does your .m file contain the PI parameters or the neural network?

Accedi per commentare.

Risposte (1)

Baraa Samsam
Baraa Samsam il 28 Mag 2020
use this C(:,:,i) = pid(Kp,Ki,Kd);

Community Treasure Hunt

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

Start Hunting!

Translated by