Autotuning with PID controller to tune the response for desired outputs.
balasriram kodi (2021). Autotuning with PID Controller (https://www.mathworks.com/matlabcentral/fileexchange/64685-autotuning-with-pid-controller), MATLAB Central File Exchange. Retrieved .
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
The name "Autotuning" implies the software containes some routines that automatically tune the controller. What I can see here is just check of the given controller performance. Just write "figure();step(tf(Numerator,Denominator))" from the MATLAB command line and be happy!