Mu Analysis and Synthesis Toolbox
  Go to function:
    Search    Help Desk 
spoles    Examples   See Also

Calculate the eigenvalues of a SYSTEM A matrix

Syntax

Description

spoles returns the eigenvalues of the A matrix from the SYSTEM matrix sys.

Examples

Find the poles of the two input, one output, three state SYSTEM matrx sys.

Algorithm

spoles uses the MATLAB command schur to find the eigenvalues of the SYSTEM A matrix. This is a more numerically reliable method than using the eig function.

See Also

eig, rifd, schur, szeros



[ Previous | Help Desk | Next ]