How to calculate the number of data points within a circular boundary?

2 views (last 30 days)
I need to calculate the number of points within a circle of radius 10 km. The data would be the latitude and longitude coordinates of my location point. And after doing so, how do I store the new data in a matrix? I have no idea how to approach this so any help would be deeply appreciated. Thanks!

Answers (1)

KSSV
KSSV on 12 May 2017
Read about knnsearch. With this given a point and a set of points, you can pick the points hwich are lying at a certain distance.

Categories

Find more on 3-D Scene Control in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!