I am using MATLAB. I have a question about how to sort an matrix in descending order along one column of a matrix and have the rest of the row values follow suit.
For example,
A = [1 30; 2 40; 3 10; 4 50; 5 20]
becomes
B = [4 50; 2 40; 1 30; 5 20; 3 10]
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…