Question
sorting the values in a column in a long matrix
I am needing to sort the values from the columns in a matrix. I know you can use the csort function but that only sort one column at a time and leave the other columns unsorted. I need to sort all the columns at once from low to high. Any ideas.
Thanks.

