Specifications
Table Of Contents
- Introduction
- LTI Models
- Operations on LTI Models
- Model Analysis Tools
- Arrays of LTI Models
- Customization
- Setting Toolbox Preferences
- Setting Tool Preferences
- Customizing Response Plot Properties
- Design Case Studies
- Reliable Computations
- GUI Reference
- SISO Design Tool Reference
- Menu Bar
- File
- Import
- Export
- Toolbox Preferences
- Print to Figure
- Close
- Edit
- Undo and Redo
- Root Locus and Bode Diagrams
- SISO Tool Preferences
- View
- Root Locus and Bode Diagrams
- System Data
- Closed Loop Poles
- Design History
- Tools
- Loop Responses
- Continuous/Discrete Conversions
- Draw a Simulink Diagram
- Compensator
- Format
- Edit
- Store
- Retrieve
- Clear
- Window
- Help
- Tool Bar
- Current Compensator
- Feedback Structure
- Root Locus Right-Click Menus
- Bode Diagram Right-Click Menus
- Status Panel
- Menu Bar
- LTI Viewer Reference
- Right-Click Menus for Response Plots
- Function Reference
- Functions by Category
- acker
- allmargin
- append
- augstate
- balreal
- bode
- bodemag
- c2d
- canon
- care
- chgunits
- connect
- covar
- ctrb
- ctrbf
- d2c
- d2d
- damp
- dare
- dcgain
- delay2z
- dlqr
- dlyap
- drss
- dsort
- dss
- dssdata
- esort
- estim
- evalfr
- feedback
- filt
- frd
- frdata
- freqresp
- gensig
- get
- gram
- hasdelay
- impulse
- initial
- interp
- inv
- isct, isdt
- isempty
- isproper
- issiso
- kalman
- kalmd
- lft
- lqgreg
- lqr
- lqrd
- lqry
- lsim
- ltimodels
- ltiprops
- ltiview
- lyap
- margin
- minreal
- modred
- ndims
- ngrid
- nichols
- norm
- nyquist
- obsv
- obsvf
- ord2
- pade
- parallel
- place
- pole
- pzmap
- reg
- reshape
- rlocus
- rss
- series
- set
- sgrid
- sigma
- sisotool
- size
- sminreal
- ss
- ss2ss
- ssbal
- ssdata
- stack
- step
- tf
- tfdata
- totaldelay
- zero
- zgrid
- zpk
- zpkdata
- Index

set
16-191
Remark For discrete-time transfer functions, the convention used to represent the
numerator anddenominatordependson the choice of variable (see the
tf entry
for details). Like
tf, the syntax for set changes to remain consistent with the
choice of variable. For example, if the
Variable property is set to 'z' (the
default),
set(h,'num',[1 2],'den',[1 3 4])
produces the transfer function
Table 16-20: 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
Table 16-21: FRD Model Properties
Property Name Admissible Property Values
Frequency
Real-valued vector of length -by-1, where is the number of
frequencies
Response
• -by- -by- -dimensionalarrayofcomplexdata forsingleLTImodels
• -by- -by--by- -by- -by- -dimensional array for LTI arrays
Units
String 'rad/s' (default), or 'Hz'
N
f
N
f
N
y
N
u
N
f
N
y
N
u
N
f
S
1
…
S
K