User`s guide

Table Of Contents
Getting Started Using the LTI Viewer: An Example
6-5
Transfer function:
2 s^3 + 1.2 s^2 + 15.1 s + 7.5
----------------------------------------
s^4 + 2.12 s^3 + 10.2 s^2 + 15.1 s + 7.5
Transfer function:
1.2 s^3 + 1.12 s^2 + 9.1 s + 7.5
----------------------------------------
s^4 + 1.32 s^3 + 10.12 s^2 + 9.1 s + 7.5
Initializing the LTI Viewer with Multiple Plots
For a given LTI model, you ca n use the LTI Viewer to simultaneously display
multiple response plot types, such as the Bode plot and the step response. You
can also initialize the LTI Viewer to display the plots of several different
models at once. The general syntax for initializing the LTI Viewer to plot up to
six plot types is
ltiview({'type1';'type2';...;'typek'},sys1,...,sysn)
where:
{'type1';'type2';...;'typek'} is a cell array listing up to six strings for
the names of the plot types ( ).
sys1, ..., sysn is a list of the MATLAB workspace variable names for the
systems whose responses you want to initially display in the LTI Viewer.
Theplottypenamescanbeanyofthefollowing.
Plot Type Description
bode
Bode plot
impulse
Impulse response
initial
Initial state response for SS models
lsim
LTI model response to general input
nichols
Nichols chart
nyquist
Nyquist plo t
k
6