Path: Common/Classes
-------------------------------------------------------------------------- Get the eigenvalues of a statespace system. -------------------------------------------------------------------------- Form: [v, s] = eig( g ) -------------------------------------------------------------------------- ------ Inputs ------ e (:) Object of class statespace ------- Outputs ------- v (:) Eigenvectors s (:) Eigenvalues --------------------------------------------------------------------------
Back to the Common Module page