Find all IDs in pointLocation for point located on boundary of polygon.

2 次查看(过去 30 天)
When we search for a point located on boundary then the largest ID is returned, but I want all the IDs how can I do that?
Is there any other way to find it?

回答(2 个)

KSSV
KSSV 2022-1-11
Read about inpolygon function.

Matt J
Matt J 2022-1-11
If it's a convex cloud, you can just use convhull(). If it is not convex, then you need to define what you mean by the boundary, since there are many 3D envelopes possible for a point cloud. You might consider alphashape(), however..
  2 个评论
Keyur Panchal
Keyur Panchal 2022-1-11
Thanks for your answer
I am working in 2D, for query point * shown in plot, it is situated on boundary of two triangles 1-7-6 and 1-2-7, but with pointLocation function only largest ID is returned i.e. 6-7-1, I need both.
Matt J
Matt J 2022-1-11
Did you intend to attach code or a plot? I see none.
In any case, my advice applies in 2D as well.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by