Sort (high on middle, low on ends) - MATLAB Cody - MATLAB Central

Problem 1534. Sort (high on middle, low on ends)

Difficulty:Rate

Sort the vector of numbers in order low-high-low. Even numbers appear in ascending order on the left and odd numbers appear in descending order on the right.

Example:

 x = [ 5 3 4 1 2 ]

the output is:

 y = [ 2 4 5 3 1 ]

Solution Stats

53.68% Correct | 46.32% Incorrect
Last Solution submitted on May 17, 2024

Problem Comments

Solution Comments

Show comments
Registration Now Open for MathWorks AUTOMOTIVE CONFERENCE 2025
...
Hello Community, We're excited to announce that registration is now open for the...

Problem Recent Solvers45

Suggested Problems

Problem Tags

Community Treasure Hunt

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

Start Hunting!
Go to top of page