functioncontrollablePoles

Compute the controllable and uncontrollable poles of a state space system

Information

The function uses the SVD based staircase algorithm to transform the state space representation into a similar state space to separate the uncontrollable poles from the controllable poles.

Inputs

TypeNameDefaultDescription
StateSpacessStateSpace(A = [-1], B = [1], C = [0], D = [0])State space system

Outputs

TypeNameDefaultDescription
Real[:,2]cPolescontrollable poles
Real[:,2]ncPolesuncontrollable poles
Real[size(ss.A, 1),2]polescontrollable and uncontrollable poles