Arrange vector in ascending order - MATLAB Cody - MATLAB Central

Problem 716. Arrange vector in ascending order

Difficulty:Rate

Arrange a given vector in ascending order.

 input  = [4 5 1 2 9];
 output = [1 2 4 5 9];

Solution Stats

90.05% Correct | 9.95% Incorrect
Last Solution submitted on Jan 20, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
2
4

Problem Recent Solvers784

Suggested Problems

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page