User`s guide

Table Of Contents
ltiview
11-134
extras is one o r more input arguments as specified by the function named in
plottype.Theseargumentsmayberequiredoroptional,dependingonthetype
of LTI response. For example, if
plottype is 'step' then extras may be the
desired final time,
Tfinal, as shown below.
ltiview('step',sys,Tfinal)
However, if plottype is 'initial',theextras arguments must contain the
initial conditions
x0 and may contain other arguments, such as Tfinal.
ltiview('initial',sys,x0,Tfinal)
See the individual references pages of each possible plottype commands for a
list of appropriate arguments for
extras.
Finally,
ltiview(plottype,sys1,sys2,...sysN)
ltiview(plottype,sys1,sys2,...sysN,extras)
ltiview(plottype,sys1,PlotStyle1,sys2,PlotStyle2,...)
initializes an LTI Viewer containing the responses of multiple LTI models,
using the plot styles in
PlotStyle, when applicable. See the individual
reference pages of the LTI response functi ons for more information o n
specifying plot styles.
Example See Chapter 6, “The LTI Viewer.”
See Also bode Bode response
impulse Impulse response
initial Response to initial condition
lsim Simulate LTI mode l response to a rbitrary inputs
nichols Nichols response
nyquist Ny quist response
pzmap Pole/zero map
sigma Singular value respo nse
step Step response