How to cluster points inside a contour map?

3 vues (au cours des 30 derniers jours)
Shlomit Sharoni
Shlomit Sharoni le 19 Juil 2017
Commenté : KSSV le 19 Juil 2017
I have a global map of Earth with contour lines plus, I have coordinates of measurements. What is the best way to cluster the points inside and outside of the contours? In the image attached, as you can see the clustering is not so good. Thanks

Réponses (1)

KSSV
KSSV le 19 Juil 2017
doc kmeans
  2 commentaires
Shlomit Sharoni
Shlomit Sharoni le 19 Juil 2017
Thank you but i'm not sure kmeans will work. if I understood correctly kmeans cluster the points by their distances from each other which is not the case here. I would like to cluster them according to a specific boundary.
KSSV
KSSV le 19 Juil 2017
Then it is an easy job....have a look inpolygon. Provide the boundaries of the closed region and the points...this function will give you indices of points lying in and on the closed region.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by