Heron's formula w/points from polygon
이전 댓글 표시
Here's my problem: After given vertices of a n-sided polygon(x,y), I need to use Heron's formula to find the area of the n-2 triangles it creates. My problem is I cannot figure out how to say I want to pick out triangles 123 134 145 and so on. I need to make a function for Heron's formula and while I know how to find the distances from the lines, I cannot figure out how to specify which points to use. Any help would be appreciated.
답변 (1개)
bym
2011년 2월 26일
How about:
combnk(1:5,3)
댓글 수: 1
Lukas Setiawan
2017년 6월 1일
Here the solution with gui where the heron's function write by Marco zuliani bitbucket.org/nixz97/nix/downloads/
카테고리
도움말 센터 및 File Exchange에서 Vector Volume Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!