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
Solution Comments
Show comments
Loading...
Problem Recent Solvers26
Suggested Problems
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
560 Solvers
-
Matrix which contains the values of an other matrix A at the given locations.
240 Solvers
-
Change the sign of even index entries of the reversed vector
655 Solvers
-
195 Solvers
-
Matrix of almost all zeros, except for main diagonal
191 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!
The problem statement should say what is and is not allowed for the solution, particularly if you're going to invalidate previously valid solutions.
Agree with Guillaume.