TriArea
Version 1.0 (215 KB) by
Emmanuel J Rodriguez
Calculate the area of a triangle given the vertices' coordinates and using the formula given.
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.
Cite As
Emmanuel J Rodriguez (2024). TriArea (https://github.com/mannyjrod/TriArea/releases/tag/1.0), GitHub. Retrieved .
MATLAB Release Compatibility
Created with
R2020b
Compatible with any release
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.