A system described by
Is controllable if for any initial state
is
And
Matlab A0 = [0 1 0 0; 0 0 -1 0; 0 0 0 1; 0 0 5 0]; B0 = [0 1 0 -2]'; sys = ss(A0,B0,[],[]); m = ctrb(sys)
|
m = 0 1 0 2 1 0 2 0 0 -2 0 -10 -2 0 -10 0
|
rank(m)
|
4 |