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
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers1020
Suggested Problems
-
6989 Solvers
-
2251 Solvers
-
3950 Solvers
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2058 Solvers
-
Return a list sorted by number of consecutive occurrences
438 Solvers
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!
perhaps you should specify that y is in the order of the first occurence of each unique element of x
This would be a better problem if unique and sort functions were not allowed
Nice problem!