| Function Reference | ![]() |
Syntax
Description
ltimodels displays general information on the various types of LTI models supported in the Control System Toolbox.
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).
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
| lsim | ltiprops | ![]() |