Volume of irregular shape
19 次查看(过去 30 天)
显示 更早的评论
I have for example X,Y,Z coordinates of 8 points which form an irregular shape. How can I calculate the volume with in this shape? Eg. coordinates area:
0 0 384,67
0 26,6 385,25
-47,85 26,6 385,9
-47,85 0 385,3
0 0 387,32
0 26,6 387,32
-47,85 26,6 387,32
-47,85 0 387,32
0 个评论
采纳的回答
Torsten
2015-8-6
编辑:Torsten
2015-8-6
4 个评论
Gregory Vernon
2015-8-6
This answer assumes that your volume is convex. If your volume is concave, this method will return a larger volume. If you know the connectivity, and your volume is orientable, you can use the method outlined here:
https://en.wikipedia.org/wiki/Polyhedron#Volume (see "Orientable Polyhedra") https://en.wikipedia.org/wiki/Orientability
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Bounding Regions 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!