getSectorIndex
Compute conic-sector index of linear system
Syntax
Description
RX = getSectorIndex(H,Q)RX for the linear system H and
the conic sector specified by Q. When RX <
1, all output trajectories y(t)
= Hu(t) lie
in the sector defined by:
for all T ≥ 0.
getSectorIndex can also check whether all
I/O trajectories {u(t),y(t)} of
a linear system G lie in the sector defined by:
for all T ≥ 0.
To do so, use getSectorIndex with H
= [G;I], where I = eyes(nu), and nu is
the number of inputs of G.
For more information about sector bounds and the relative index, see About Sector Bounds and Sector Indices.
DX = getSectorIndex(H,Q,dQ)dQ.
If DX > 0, then the output trajectories of H fit
in the conic sector specified by Q. For more
information about the directional index, see About Sector Bounds and Sector Indices.
The directional index is not available if H is
a frequency-response data (frd) model.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016a
See Also
getSectorCrossover | getPassiveIndex | getPeakGain | nyquist | sectorplot


