how to delete repeated coordinates

Respuestas (1)

dpb
dpb el 14 de Jun. de 2015
Presuming values are significant but order isn't, simplest that comes to mind is
>> unique(sort(d,2),'rows')
ans =
3 4
6 7
>>

Categorías

Preguntada:

el 14 de Jun. de 2015

Respondida:

dpb
el 14 de Jun. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by