How to overlap various polygons in a single diagram? Also how to find the global centroid for all of the plotted polygons?

1 次查看(过去 30 天)
I already have the answer to find the centroid of a single polygon, just need to know it's extension.

回答(1 个)

Steven Lord
Steven Lord 2019-8-1
If you have a vector of polyshape objects, you can plot the vector to see all the polyshape objects in the same axes. Take the union of the vector of polyshape objects and compute the centroid of that unified polyshape.
  2 个评论
Steven Lord
Steven Lord 2019-8-26
What information do you have?
Vectors of coordinates of the vertices of the polygons? If so use those to construct polyshape objects and compute the centroid of the union of those objects.
Images / pictures of the polygons?
Something else?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Elementary Polygons 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by