sigmaplot
Plot singular values for frequency response of dynamic system
Syntax
Description
The sigmaplot function plots the singular values for the
frequency response of a dynamic system model. To customize the plot, you can return a SigmaPlot
object and modify it using dot notation. For more information, see Customize Linear Analysis Plots at Command Line.
To obtain singular-value data, use the sigma function.
sigmaplot( plots the singular values
(SVs) of the frequency response of the dynamic system model
sys)sys.
sigmaplot(___, plots singular
values for frequencies specified in w)w. You can specify a frequency
range or a vector of frequencies. If you omit w, frequencies are
selected based on the system dynamics. You can use w with any of the
input argument combinations in previous syntaxes.
sigmaplot(___, plots
the singular values using the plotting options specified in
plotoptions)plotoptions. Settings you specify in
plotoptions override the plotting preferences for the current
MATLAB® session. This syntax is useful when you want to write a script to generate
multiple plots that look the same regardless of the local preferences.
sigmaplot(___, specifies
response properties using one or more name-value arguments. For example,
Name=Value)sigmaplot(sys,LineWidth=1) sets the plot line width to 1. (since R2026a)
When plotting responses for multiple systems, the specified name-value arguments apply to all responses.
The following name-value arguments override values specified in other input arguments.
FrequencySpec— Overrides frequency values specified usingwSingularValueType— Overrides singular value plot type specified usingtypeColor— Overrides colors specified usingLineSpecMarkerStyle— Overrides marker styles specified usingLineSpecLineStyle— Overrides line styles specified usingLineSpec
sigmaplot( plots the
singular values in the specified parent graphics container, such as a
parent,___)Figure or TiledChartLayout, and sets the
Parent property. Use this syntax when you want to create a plot in
a specified open figure or when creating apps in App Designer.
plots the
singular values and returns the corresponding chart object. To customize the appearance
and behavior of the response plot, modify the chart object properties using dot
notation.sp = sigmaplot(___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced before R2006aSee Also
sigma | sigmaoptions | addResponse | showConfidence (System Identification Toolbox)









