Products & Services Solutions Academia Support User Community Company

Learn more about Control System Toolbox   

hsvplot - Plot Hankel singular values and return plot handle

Syntax

h = hsvplot(sys)
hsvplot(sys)
hsvplot(sys, AbsTol',ATOL,'RelTol',RTOL,'Offset',ALPHA)
hsvplot(AX,sys,...)

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

help hsvoptions 

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.

Remarks

You can change the properties of your plot, for example the units. For information on the ways to change properties of your plots, see Ways to Customize Plots.

Example

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

sys = rss(20);
h = hsvplot(sys,'AbsTol',1e-6);
% Switch to log scale and modify Offset parameter
setoptions(h,'Yscale','log','Offset',0.3)

See Also

getoptions, hsvd, hsvoptions, setoptions

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS