is there a function to compute the area of a polygon in 3D ?
조회 수: 10 (최근 30일)
이전 댓글 표시
I want to compute the area of polygons which vertices are in an other plane than plane X,Y. So they are defined by coordinates X, Y and Z. Consequently I can't use the function S=polyarea(X,Y). Is there a function S=fun(X,y,Z) to do this ?
Additionaly, is there a function to calculate the value of a volume delimited by polygons ?
댓글 수: 0
답변 (1개)
Bharath Swaminathan
2021년 8월 29일
It's a bit late in the day. Please check this out: area3D - File Exchange - MATLAB Central (mathworks.com).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Elementary Polygons에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!