Is there a built in function in matlab for finding gains for PID controller

5 views (last 30 days)
I have the transfer function of a system, and i want to find the gains Kp, Ki and Kd for the system. I just want to know if there is a built in matlab function that lets me do that. Is "pidtool" the right one because at the moment that is what i am using?

Accepted Answer

Arkadiy Turevskiy
Arkadiy Turevskiy on 9 Apr 2012
Yes, pidtool is one of the 2 functions in Control System Toolbox for PID tuning. pidtool opens a GUI where you can tune interactively. Another option is pidtune for batch mode tuning.
Both are explained here.
HTH. Arkadiy

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!