Arrange a given vector in ascending order.
input = [4 5 1 2 9]; output = [1 2 4 5 9];
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers836
Suggested Problems
-
Determine whether a vector is monotonically increasing
23499 Solvers
-
Find the peak 3n+1 sequence value
2571 Solvers
-
Back to basics 21 - Matrix replicating
1823 Solvers
-
409 Solvers
-
556 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!