| Control System Toolbox | ![]() |
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
| ord2 | pade | ![]() |
© 1994-2005 The MathWorks, Inc.