Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Hello... i have a table, i want to remove rows which appear more then one time based on column one .
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!