How to overlap various polygons in a single diagram? Also how to find the global centroid for all of the plotted polygons?
3 views (last 30 days)
Show older comments
I already have the answer to find the centroid of a single polygon, just need to know it's extension.
0 Comments
Answers (1)
Steven Lord
on 1 Aug 2019
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 Comments
Steven Lord
on 26 Aug 2019
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?
See Also
Categories
Find more on Elementary Polygons in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!