Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
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

Answers (1)

KSSV
KSSV on 28 Apr 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

This question is closed.

Community Treasure Hunt

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

Start Hunting!