TriArea

版本 1.0 (214.5 KB) 作者: Emmanuel J Rodriguez
Calculate the area of a triangle given the vertices' coordinates and using the formula given.
21.0 次下载
更新时间 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 仓库