sector
R2026bDescription
[ returns the relative
sector indices for the dynamic system index,wout]
= sector(H,Q)H and a given sector matrix
Q. These indices measure by how much the sector bound is satisfied
(index less than 1) or violated (index greater than 1) at a given frequency. (See About Sector Bounds and Sector Indices for more information about the meaning of the
sector index.) sectorplot automatically chooses the frequency range
and number of points based on the dynamics of H.
Let the following be an orthogonal decomposition of the symmetric matrix
Q into its positive and negative parts.
The sector index plot is only meaningful if has a proper stable inverse. In that case, the sector indices are the singular values of:
sector(___) plots the sector indices of the dynamic
system H as a function of frequency. For more plot customization
options, use sectorplot.
To plot the sector indices for multiple dynamic systems on the same plot, you can specify
Gas a comma-separated list of models. For example,sector(G1,G2,G3)plots the root locus for three models on the same plot.To specify a color, line style, and marker for each system in the plot, specify a
LineSpecvalue for each system. For example,sector(G1,LineSpec1,G2,LineSpec2)plots two models and specifies their plot style. For more information on specifying aLineSpecvalue, seesectorplot.