Keep only one set-cordinate (x,y) per x.
Show older comments
I have:
x y
1 2 <
1 3
1 3
2 4 <
2 4
2 6
3 7 <
3 8
5 6 <
5 8
I want to keep:
x y
1 2
2 4
3 7
5 6
How to do it in efficient way?
Accepted Answer
More Answers (1)
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!