Dado um vetor A, remove todos os valores repetidos deixando apenas 1 valor, e ordene o vetor.
RemoveRepetidosEOrdena([1 1 2 3]) = [1 2 3];
RemoveRepetidosEOrdena([5 4 8 5 5 6 4 2]) = [2 4 5 6 8];
Solution Stats
Solution Comments
Show comments
Loading...
Problem Recent Solvers53
Suggested Problems
-
Get the length of a given vector
13162 Solvers
-
Calculate the area of a triangle between three points
3436 Solvers
-
316 Solvers
-
343 Solvers
-
Find Air Temperature from Cricket Stridulation Rate
1020 Solvers
More from this Author20
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!