Keep only one set-cordinate (x,y) per x.
이전 댓글 표시
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?
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!