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,
@lti/pole,
pzmap,
sort,
@lti/zero
Source Code:
esort