Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Hello... i have a table, i want to remove rows which appear more then one time based on column one .

1 回表示 (過去 30 日間)
naadiya khudabux
naadiya khudabux 2018 年 3 月 13 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件)

この質問は閉じられています。

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!