- 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
Source Code:
esort