User`s guide

Table Of Contents
ltiview
11-133
11ltiview
Purpose Initialize an LTI Viewer for LTI system response analysis
Syntax ltiview
ltiview(plottype,sys)
ltiview(plottype,sys,extras)
ltiview(plottype,sys1,sys2,...sysN)
ltiview(plottype,sys1,sys2,...sysN,extras)
ltiview(plottype,sys1,PlotStyle1,sys2,PlotStyle2,...)
Description ltiview when invoked without input arguments, initializes a new LTI Viewer
for LTI system response analysis.
Only frequency-domain analysis functions can be applied to FRDs.
ltiview(plottype,sys) initializes an LTI Viewer containing the LTI
response type indicated by
plottype for the LTI model sys. The string
plottype can be any one of the following:
'step'
'impulse'
'initial'
'lsim'
'pzmap'
'bode'
'nyquist'
'nichols'
'sigma'
or, plottype can be a cell vector containing up to six of these plot types.
For example,
ltiview({'step';'nyquist'},sys)
displays the plots of both of these response types for a given system sys.
ltiview(plottype,sys,extras) allows the additional input arguments
supported by the various LTI model response functions to be passed to the
ltiview command.