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

15 Solutions

13 Solvers

Last Solution submitted on Jun 05, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Problem Recent Solvers13

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!