Controllability

조회 수: 5 (최근 30일)
Dirk Bräuer
Dirk Bräuer 2011년 9월 20일
I try to check the controllability of a system with 310 states. So using Matlab I've seen 3 different ways doing so.
rank(ctrb(...))=4 (I know ctrb should not be used for such a system, this one is only for comparing.)
sum(k)=310 after ctrbf (so fully controllable! I cannot believe this because it says 310 even if I reduce the inputs to 1)
rank(gram(sys,'c'))=103
The last one seems possible but how to know this after the first two? Is there another method I forgot to verify any of the results? Any other suggestions how to check systems with even more states?
using Matlab R2007b
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Matrix Computations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by