hsvoptions
Create list of Hankel singular value plot options
Description
Use the hsvoptions
command to create an
HSVOptions
object to customize your Hankel singular value (HSV) plot
appearance. Use this object to customize the appearance of an HSV plot created using hsvplot
and override the plot preferences for the MATLAB® session in which you create the HSV plot.
The options you specify for an HSVOptions
object correspond to properties
of an HSVPlot
chart
object.
Creation
Description
returns a default
set of plot options for use with plotoptions
= hsvoptionshsvplot
. 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 Specify Toolbox Preferences for Linear Analysis Plots. 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 | (Not recommended) Plot Hankel singular values |
Examples
Tips
Version History
Introduced in R2008a
See Also
balred
| balredOptions
| hsvplot
| stabsep