Equation of a Plane Passing through Three Points

版本 1.0.2 (1.1 KB) 作者: Ayad Al-Rumaithi
Finds the equation of a plane passing through three points.
334.0 次下载
更新时间 2024/9/11

查看许可证

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

引用格式

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. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
兼容任何版本
平台兼容性
Windows macOS Linux
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.2

Added website

1.0.1

description

1.0.0