Problem 55870. Remove Repetidos e Ordena
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 commentsProblem Recent Solvers48
Suggested Problems
-
651 Solvers
-
Determine the length of a string of characters
251 Solvers
-
Matlab Basics - Convert a row vector to a column vector
624 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
244 Solvers
-
Converts numbers into characters
1291 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!