Problem 47149. non-repitition of numbers in a vector
if input x=[1 2 3 1 5 6 2 8 4 5 3 ];
The output should be non-repetition of numbers in input=[1 2 3 5 6 8]
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers73
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2804 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3650 Solvers
-
Arrange Vector in descending order
13072 Solvers
-
Find the Oldest Person in a Room
20048 Solvers
-
119 Solvers
More from this Author6
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!