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!