Equation of a Plane Passing through Three Points

Finds the equation of a plane passing through three points.
309 descargas
Actualizado 16 ago 2021

Ver licencia

This function finds the equation of a plane passing through three points (A,B, and C) in three diemnsional space.
[a,b,c,d]=Plane_3Points(A,B,C)
Input:
A,B, and C: are (3*1) vectors each containing x,y, and z coordinates of a point in three dimensional space.
Output:
a,b,c, and d: are the parameters of plane equation in the form a*x+b*y+c*z+d=0

Citar como

Ayad Al-Rumaithi (2024). Equation of a Plane Passing through Three Points (https://www.mathworks.com/matlabcentral/fileexchange/97692-equation-of-a-plane-passing-through-three-points), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2021a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

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.1

description

1.0.0