control.matlab.pole

control.matlab.pole(sys)

Compute system poles.

Parameters

sys (StateSpace or TransferFunction) – Linear system

Returns

poles – Array that contains the system’s poles.

Return type

ndarray

Raises

NotImplementedError – when called on a TransferFunction object

See also

zero, TransferFunction.pole, StateSpace.pole