TriArea

버전 1.0 (215 KB) 작성자: Emmanuel J Rodriguez
Calculate the area of a triangle given the vertices' coordinates and using the formula given.
다운로드 수: 15
업데이트 날짜: 2020/11/23

Calculate the area of a triangle given the vertices' coordinates and using the formula given.

A = 1/2*crossProduct(AB, AC)

Steps that must be taken to perform the task:

1. Determine vectors AB and AC.
2. Calculate cross product of vectors AB and AC.Calculation should be valid for a triangle in the x-y plane and for a triangle in space (x-y-z).
3. Determine the area of a triangle.

인용 양식

Emmanuel J Rodriguez (2024). TriArea (https://github.com/mannyjrod/TriArea/releases/tag/1.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.