Remove values from column that are close in value to each other
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Austin Bollinger
am 20 Dez. 2021
Beantwortet: David Hill
am 20 Dez. 2021
I have a column of values:
43
90
91
128
191
192
I would like to remove the values that are close to each other in value, but keep the highest value.
I would want the column to look like this:
43
91
128
192
Is this possible or should I rethink my way of doing this?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Numeric Types 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!