cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

sort matrix

payman
14-Alexandrite

sort matrix

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.

ACCEPTED SOLUTION

Accepted Solutions
LucMeekes
23-Emerald III
(To:payman)

You should be using the csort(M,c) function, where you can sort matrix M on the values of column c.

Success!
Luc

View solution in original post

2 REPLIES 2
LucMeekes
23-Emerald III
(To:payman)

You should be using the csort(M,c) function, where you can sort matrix M on the values of column c.

Success!
Luc

payman
14-Alexandrite
(To:LucMeekes)

Thank you.

Announcements

Top Tags