Specifications

Table Of Contents
ltimodels
16-130
16ltimodels
Purpose Help on LTI models
Syntax ltimodels
ltimodels(modeltype)
Description ltimodels displays general information on the various types of LTI models
supportedintheControlSystemToolbox.
ltimodels(modeltype) gives additional details and examples for each type of
LTI model. The string
modeltype selects the model type among the following:
tf — Transfer functions (TF objects)
zpk — Zero-pole-gain models (ZPK objects)
ss State-space models (SS objects)
frd Frequency response data models (FRD objects).
Note that you can type
ltimodels zpk
as a shorthand for
ltimodels('zpk')
See Also frd Create or convert to FRD models
ltiprops Help on LTI model properties
ss Create or convert to a state-space model
tf Create or convert to a transfer function model
zpk Create or convert to a zero/pole/gain model