Control System Toolbox Previous page   Next Page
hsvplot

Plot the Hankel singular values and return the plot handle

Syntax

Description

h = hsvplot(sys) plots the Hankel singular values of an LTI system sys and returns the plot handle h. You can use this handle to customize the plot with the getoptions and setoptions commands. Type

for a list of available plot options.

hsvplot(sys) plots the Hankel singular values of the LTI model sys. See hsvd for details on the meaning and purpose of Hankel singular values. The Hankel singular values for the stable and unstable modes of sys are shown in blue and red, respectively.

hsvplot(sys, AbsTol',ATOL,'RelTol',RTOL,'Offset',ALPHA) specifies additional options for computing the Hankel singular values.

hsvplot(AX,sys,...) attaches the plot to the axes with handle AX.

Example

Use the plot handle to change plot options in the Hankel singular values plot.

See Also
getoptions  Get plot options

hsvd        Plot Hankel singular values (does not return the handle)

setoptions  Set plot options


Previous page  hsvd impulse Next page

© 1994-2005 The MathWorks, Inc.