Creating and Manipulating Models    

Model Dynamics

The Control System Toolbox offers commands to determine the system poles, zeros, DC gain, norms, etc. You can apply these commands to single LTI models or LTI arrays. The following table gives an overview of these commands.

Model Dynamics
covar
Covariance of response to white noise.
damp
Natural frequency and damping of system poles.
dcgain
Low-frequency (DC) gain.
dsort
Sort discrete-time poles by magnitude.
esort
Sort continuous-time poles by real part.
norm
Norms of LTI systems ( and ).
pole, eig
System poles.
pzmap
Pole/zero map.
zero
System transmission zeros.

With the exception of norm, these commands are not supported for FRD models.

Here is an example of model analysis using some of these commands.

These functions also operate on LTI arrays and return arrays. For example, the poles of a three dimensional LTI array sysarray are obtained as follows.


  Model Analysis Tools State-Space Realizations