Problem 57575. An array is given. Find the unique elements of the array. [keep the sequence unchanged]
An array is given. Find the unique elements of the array. [keep the sequence unchanged]
For example if input x=[2 ,4 , 9 ,2 ,7 ,9 ,14, 13 ,14 ,13 ,16 ,13 ,2 ,9, 22,1,3]
output y=[2 ,4 ,9 ,7,14,13 ,16, 22, 1, 3]
it will no be [1, 2, 3, 4, 7, 9, 13, 14, 16, 22]
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers50
Suggested Problems
-
Project Euler: Problem 3, Largest prime factor
1784 Solvers
-
find the maximum element of the matrix
534 Solvers
-
Rule of mixtures (composites) - upper bound
125 Solvers
-
400 Solvers
-
calculate the length of matrix
2354 Solvers
More from this Author8
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!