Control System Toolbox Previous page   Next Page
lti/order

LTI model order

Syntax

Description

ns = order(sys) returns the model order ns. The order of an LTI model is the number of poles (for transfer functions) or the number of states (for state-space models).

For LTI arrays, ns is an array of the same size listing the orders of each model in sys.

order(sys) is an overloaded method that accepts SS, TF, and ZPK models.

See Also
pole        Computes the poles of LTI models

balred      Model order reduction

ltimodels   Help on LTI models


Previous page  ord2 pade Next page

© 1994-2005 The MathWorks, Inc.