how to get the control signal from the pid controller?
1 view (last 30 days)
Show older comments
Mohamed Aburakhis
on 26 Apr 2016
Commented: Arkadiy Turevskiy
on 27 Apr 2016
suppose we have simple code like this
As=[matrix A]; Bs=[matrix B]'; Cs=[matrix A]; Ds = 0; Syss = ss(As,Bs,Cs,Ds); TF=tf(Syss); FE=1; C=pid(kp,ki,kd); T=feedback(C*TF,FE)
how can I get the control signal (output of the PID controller)?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on PID Controller Tuning in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!