Problem 2138. union without repitition
Let
a = [9 9 9 9 9 9 8 8 8 8 7 7 7 6 6 6 5 5 4 2 1] b = [1 1 1 3 3 3 3 3 4 4 4 4 4 10 10 10]
Output should be
[9 8 7 6 5 4 2 1 3 10]
Solution Stats
Problem Comments
-
1 Comment
George
on 7 Feb 2014
I think the description and test suite on this problem is slightly off. When I see 'union' I already assume that no duplicates are permitted and order is irrelevant.
Solution Comments
Show commentsProblem Recent Solvers103
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5624 Solvers
-
2404 Solvers
-
3280 Solvers
-
Remove the two elements next to NaN value
646 Solvers
-
What is Sum Of all elements of Matrix
411 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!