Connecting PID Controller with matlab
显示 更早的评论
I want to tune the PID controller. For that how can i connect my simulink model to .m file?
Thank you
3 个评论
M
2019-2-13
Why do you need to connect your simulink model to a .m file to tune the PID controller ?
Mohit Bhatia
2019-2-14
Patel Mounika
2019-2-20
So does your .m file contain the PI parameters or the neural network?
回答(1 个)
Baraa Samsam
2020-5-28
1 个投票
use this C(:,:,i) = pid(Kp,Ki,Kd);
类别
在 帮助中心 和 File Exchange 中查找有关 PID Controller Tuning 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!