hsvoptions
Create list of Hankel singular value plot options
Description
Use the hsvoptions
command to create a
HSVOptions
object to customize Hankel singular value (HSV) plot
appearance. You can also use the command to override the plot preference settings in the
MATLAB® session in which you create the HSV plots.
Creation
Description
returns a default
set of plot options for use with the plotoptions
= hsvoptionshsvplot
command. You can use these options to customize the HSV plot
appearance using the command line. This syntax is useful when you want to write a script
to generate plots that look the same regardless of the preference settings of the
MATLAB session in which you run the script.
initializes the plot options with the options you selected in the Control System Toolbox™ Preferences Editor. For more information about the editor, see Toolbox Preferences Editor. This syntax is useful when you want to change a few
plot options but otherwise use your default preferences. A script that uses this syntax
may generate results that look different when run in a session with different
preferences.plotoptions
= hsvoptions('cstprefs')
Properties
Object Functions
hsvplot | Plot Hankel singular values and return plot handle |
Examples
Tips
Both
balred
andhsvplot
generate Hankel singular-value plots.hsvplot
is useful when you want to customize properties of your plot such as axis limits, scale, and label styles. Usehsvoptions
withhsvplot
to define properties for your plot. For information on the ways to change properties of your plots, see Ways to Customize Plots.
Version History
Introduced in R2008a
See Also
balred
| balredOptions
| hsvplot
| getoptions
| setoptions
| stabsep