Given an array with various numbers, your have to sort it by absolute value in ascending order.
For example, for the array [-20, -5, 10, 15], your function should return the array [-5, 10, 15, -20].

Solution Stats

16 Solutions

14 Solvers

Last Solution submitted on Aug 17, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers14

Suggested Problems

More from this Author53

Problem Tags

Community Treasure Hunt

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

Start Hunting!