May I know how to calculate the control effort for close loop multi-variable controller?

10 views (last 30 days)
Dear colleagues,
I have managed to develop 3 x 3 multi-variable feedback control with acceptable system performance and disturbance rejection.
The question is how to calculate the control effort ( energy ) for the controller? and especially when the system suppress the disturbance.

Accepted Answer

arman j
arman j on 5 Feb 2020
Dear Basim
Consider this solution
>> LoCoEffo = feedback(K,G);
>> [CoEffo,t] = step(LoCoEffo,t);

More Answers (0)

Categories

Find more on Get Started with Control System Toolbox 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!