Info

此问题已关闭。 请重新打开它进行编辑或回答。

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

1 次查看(过去 30 天)
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

回答(1 个)

KSSV
KSSV 2016-4-28
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

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by