The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: s = esort(p)
Function File: [s, ndx] = esort(p)

Sort continuous-time poles by real part (in decreasing order).

Inputs

p

Input vector containing continuous-time poles.

Outputs

s

Vector with sorted eigenvalues.

ndx

Vector containing the indices used in the sort.

See also: dsort, eig, pole, pzmap, sort, zero.

Package: control