Problem 42665. sort matrix
Given a matrix, sort it for each column, but cannot change the element of each row. for example input = [1 3; 2 4;1 5;3 6]; the result returned by you is target = [1 3; 1 5;2 4; 3 6];
Solution Stats
Problem Comments
-
2 Comments
Guillaume
on 15 Oct 2015
The problem statement should say what is and is not allowed for the solution, particularly if you're going to invalidate previously valid solutions.
Jean-Marie Sainthillier
on 15 Oct 2015
Agree with Guillaume.
Solution Comments
Show commentsProblem Recent Solvers23
Suggested Problems
-
Remove all the words that end with "ain"
2547 Solvers
-
Who knows the last digit of pi?
679 Solvers
-
387 Solvers
-
Matlab Basics - Pick out parts of a vector
260 Solvers
-
Divide elements by sum of elements
137 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!