Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Hello... i have a table, i want to remove rows which appear more then one time based on column one .
1 回表示 (過去 30 日間)
古いコメントを表示
I need unique rows based on column one. can some help me to figure it out. thank you example: this is the data mention below
if true
% code
13416777741 270876
13416777741 320544
13467512554 74089
13467516316 261958
13467517300 65354
13467517674 26081
13467517674 55068
end
i want it in this shape
if true
% code
13416777741 320544
13467512554 74089
13467516316 261958
13467517300 65354
13467517674 26081
end
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!