Target sorting - MATLAB Cody - MATLAB Central

Problem 94. Target sorting

Difficulty:Rate

Sort the given list of numbers a according to how far away each element is from the target value t. The result should return the list sorted in descending order of the absolute value of the difference between a(n) and t.

So if a = [1 2 4 8 17] and t = 12, then the output b should be [1 2 4 17 8].

Solution Stats

53.91% Correct | 46.09% Incorrect
Last Solution submitted on Oct 03, 2025

Problem Comments

Solution Comments

Show comments
AI Is Transforming Engineering Workflows
It’s an honor to deliver the keynote at MATLAB EXPO 2025. I'll...
0
MATLAB EXPO 2025 Registration is Now Open! November 12 – 13, 2025
Registration is now open for MathWorks annual virtual event MATLAB EXPO 2025...
0

Problem Recent Solvers4536

Suggested Problems

More from this Author96

Problem Tags

Community Treasure Hunt

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

Start Hunting!