Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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.
Solved! Go to Solution.
You should be using the csort(M,c) function, where you can sort matrix M on the values of column c.
Success!
Luc
You should be using the csort(M,c) function, where you can sort matrix M on the values of column c.
Success!
Luc
Thank you.
