10 nearest neighbors between points
이전 댓글 표시
Hi People,
I could really some help asap. I need to figure out how to modify the code proposed by MattJ (from a previous question) in order to find the 10 nearest points to every other point within a group of points (i.e., 10 nearest neighrbors). The points I speak of are the Fermat center points to the Triplets were found in the previous task. I have found all these "center points" and have their coordinates in the attached file (F_points.mat). Any help you could offer would be greatly appreciated.
Best
Steve
댓글 수: 3
Walter Roberson
2019년 9월 30일
attachment seems to be missing?
A link to the previous Question would help.
Steve
2019년 9월 30일
답변 (1개)
Walter Roberson
2019년 9월 30일
1 개 추천
There is a specific routine for k-nearest-neighbour
댓글 수: 4
Steve
2019년 9월 30일
Walter Roberson
2019년 9월 30일
The "better way" is to use knnsearch . Your situation is suitable for using KDTreeSearcher
Steve
2019년 9월 30일
Catalytic
2019년 9월 30일
We can't see what you tried, and so can't know what to advise further.
카테고리
도움말 센터 및 File Exchange에서 Nearest Neighbors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!