Specifications

Table Of Contents
ltiview
16-132
16ltiview
Purpose Initialize an LTI Viewer for LTI system response analysis
Syntax ltiview
ltiview(sys1,sys2,...,sysn)
ltiview('plottype',sys1,sys2,...,sysn)
ltiview('plottype',sys,extras)
ltiview('clear',viewers)
ltiview('current',sys1,sys2,...,sysn,viewers)
Description ltiview when invoked without input arguments, initializes a new LTI Viewer
for LTI system response analysis.
ltiview(sys1,sys2,...,sysn) opens an LTI Viewer containing the step
response of the LTI models
sys1,sys2,...,sysn. You can specify a distinctive
color, line style, and marker for each system, as in
sys1 = rss(3,2,2);
sys2 = rss(4,2,2);
ltiview(sys1,'r-*',sys2,'m--');
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.