Model Characteristics
You can use the Control System Toolbox™ commands to query model characteristics such as the I/O dimensions, poles, zeros, and DC gain. These commands apply to both continuous- and discrete-time models. Their LTI-based syntax is summarized in the table below.
Commands to Query Model Characteristics
Command | Description |
|---|---|
| Number of inputs and outputs |
| Number of dimensions |
| Returns 1 for continuous systems |
| Returns 1 for discrete systems |
| True if system has delays |
| System poles |
| System (transmission) zeros |
| DC gain |
| System norms (H2 and L∞) |
| Covariance of response to white noise |
| Frequency response bandwidth |
| LTI model order |
| Compute pole-zero map of LTI models |
| Natural frequency and damping of system poles |
| Create object or return class of object |
| Determine whether input is object of given class |
| Determine whether LTI model is empty |
| Determine whether LTI model is proper |
| Determine whether LTI model is single-input/single-output (SISO) |
| Determine whether system is stable |
| Change shape of LTI array |