User`s guide
Table Of Contents
- Preface
- Quick Start
- LTI Models
- Introduction
- Creating LTI Models
- LTI Properties
- Model Conversion
- Time Delays
- Simulink Block for LTI Systems
- References
- Operations on LTI Models
- Arrays of LTI Models
- Model Analysis Tools
- The LTI Viewer
- Introduction
- Getting Started Using the LTI Viewer: An Example
- The LTI Viewer Menus
- The Right-Click Menus
- The LTI Viewer Tools Menu
- Simulink LTI Viewer
- Control Design Tools
- The Root Locus Design GUI
- Introduction
- A Servomechanism Example
- Controller Design Using the Root Locus Design GUI
- Additional Root Locus Design GUI Features
- References
- Design Case Studies
- Reliable Computations
- Reference
- Category Tables
- acker
- append
- augstate
- balreal
- bode
- c2d
- canon
- care
- chgunits
- connect
- covar
- ctrb
- ctrbf
- d2c
- d2d
- damp
- dare
- dcgain
- delay2z
- dlqr
- dlyap
- drmodel, drss
- dsort
- dss
- dssdata
- esort
- estim
- evalfr
- feedback
- filt
- frd
- frdata
- freqresp
- gensig
- get
- gram
- hasdelay
- impulse
- initial
- inv
- isct, isdt
- isempty
- isproper
- issiso
- kalman
- kalmd
- lft
- lqgreg
- lqr
- lqrd
- lqry
- lsim
- ltiview
- lyap
- margin
- minreal
- modred
- ndims
- ngrid
- nichols
- norm
- nyquist
- obsv
- obsvf
- ord2
- pade
- parallel
- place
- pole
- pzmap
- reg
- reshape
- rlocfind
- rlocus
- rltool
- rmodel, rss
- series
- set
- sgrid
- sigma
- size
- sminreal
- ss
- ss2ss
- ssbal
- ssdata
- stack
- step
- tf
- tfdata
- totaldelay
- zero
- zgrid
- zpk
- zpkdata
- Index

set
11-197
Table 11-17: TF Model Properties
Property Name Admissible Property Values
num, den
• Real-valued row vectors for the coefficients of the numerator or
denominator polynomials in the SISO case. List the coefficients in
descending powers of the variable or by default, and in ascending
powers of when the
Variable property is set to 'q' or 'z^–1' (see
note below).
• -by- cell arrays of real-valued row vectors in the MIMO case, for
example,
{[1 2];[1 0 3]} for a two-output/one-input transfer function
• -by- -by- -by- -by- -dimensional real-valued cell arrays for
MIMO LTI arrays
Variable
• String 's' (default) or 'p' for continuous-time systems
• String
'z' (default), 'q',or'z^–1' for discrete-time systems
s
z
qz
1
–
=
N
y
N
u
N
y
N
u
S
1
…
S
K
Table 11-18: ZPK Model Properties
Property Name Admissible Property Values
z, p • Vectors of zeros and poles (either real-valued or complex conjugate pairs of
them)inSISOcase
• -by- cell arrays of vectors (entries are real-valued or in complex
conjugate pairs) in MIMO case, for example,
z = {[],[–1 0]} for a model
with two inputs and one output
• -by- -by- -by- -by- -dimensional cell arrays for MIMO LTI
arrays
Variable
• String 's' (default) or 'p' for continuous-time systems
• String
'z' (default), 'q',or'z^–1' for discrete-time systems
N
y
N
u
N
y
N
u
S
1
…
S
K