Solved
sort matrix
- October 22, 2014
- 1 reply
- 2772 views
Hello,
For a given matrix, I want to sort the first column in descending order WITH the corresponded component on the second column. I can't use the "sort" function since it changes the order of one column's elements only.
Could you please help me with this issue?
Thank you.

