Remove rows from a matrix by considering repeated elements of the first column.
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Pedro Guevara
am 14 Mai 2019
Bearbeitet: Pedro Guevara
am 14 Mai 2019
Good afternoon. I am writing to request your help again. It turns out that I have a matrix called "TT_XY" that contains some heights in the first column, while in the other second column there are elements that have associated heights. As you can deduce, for each node there is corresponding height (for that reason there are several nodes that have the same height). What I need is to eliminate the repeated nodes along with their corresponding height (column 1) and leave only a single node of each type. Below I show how my matrix is currently configured. Thank you.
1 Kommentar
Adam Danz
am 14 Mai 2019
How about you make this a tad easier for volunteers and provide a copy-paste format of TT_XY and also provide the expected output.
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!