[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/datafun]
sort
(/tools/hpmatlab/toolbox/matlab/datafun/sort.m)
Help text
SORT Sort in ascending order.
SORT(X) sorts each column of X in ascending order.
When X is complex, the elements are sorted by ABS(X).
[Y,I] = SORT(X) also returns an index matrix I.
If X is a vector, then Y = X(I).
If X is an m-by-n matrix, then
for j = 1:n, Y(:,j) = X(I(:,j),j).
See also MIN, MAX.
Cross-Reference Information
This is called by
- buttord /tools/hpmatlab/toolbox/signal/buttord.m
- cplxpair /tools/hpmatlab/toolbox/matlab/datafun/cplxpair.m
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- fplot /tools/hpmatlab/toolbox/matlab/plotxy/fplot.m
- freqint /tools/hpmatlab/toolbox/signal/freqint.m
- killAserver /tools/hpmatlab/toolbox/matlab/sounds/killAserver.m
- median /tools/hpmatlab/toolbox/matlab/datafun/median.m
- rose /tools/hpmatlab/toolbox/matlab/plotxy/rose.m
- zp2sos /tools/hpmatlab/toolbox/signal/zp2sos.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON