TriArea

Calculate the area of a triangle given the vertices' coordinates and using the formula given.
14 descargas
Actualizado 23 Nov 2020

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2020b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0

Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.