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)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (1)
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
0 commentaires
Cette question est clôturée.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!