Model properties are the data fields that store all information about a dynamic system model. Data stored in model properties includes model dynamics, such as transfer-function coefficients, state-space matrices, and time delays. Access these properties to extract or change data about model dynamics. You can also specify metadata about the model such as input and output names or units.
Accessing and Modifying the Model Data
This example shows how to access or edit parameter values and metadata in LTI objects.
Extract and change model properties such as model dynamics, sample time, and channel names.
Extract model coefficients such as transfer function numerator and denominator coefficients, state-space matrices, and PID gains.
Specify additional model properties such as time units, input and output names, and input and output groups.
Query dynamic-system model characteristics such as stability, time domain, and number of inputs and outputs.
Configure how transfer functions are displayed in the MATLAB® command window.