Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Closest point from a row of a matrix to a row in another matrix

1 vue (au cours des 30 derniers jours)
Tim Navr
Tim Navr le 28 Avr 2016
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hi I have 2 matrices (they are different sizes and are about 140,000 x 3). They represent approximately similar figures. Let A= 100 x 3 and B be 110 x 3. For each point in A I need to find the point in B, which is closest to the point in A and discard all other points. I tried to do a loop within a loop, but that's just tooooooooo slow. Any suggestions? Thank you

Réponses (1)

KSSV
KSSV le 28 Avr 2016
You can use knnsearch......also have a look in the following function used in link: http://in.mathworks.com/matlabcentral/fileexchange/44334-nearest-neighboring-particle-search-using-all-particles-search

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by