Problem 532. Return unique values without sorting

If the input vector A is [42 1 1],
the output value B must be the unique values [42 1]
The values of B are in the same order as A

Solution Stats

47.57% Correct | 52.43% Incorrect
Last Solution submitted on Mar 09, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers894

Suggested Problems

More from this Author30

Problem Tags

Community Treasure Hunt

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

Start Hunting!