Equation of a Plane Passing through Three Points

Finds the equation of a plane passing through three points.
303 Downloads
Updated 16 Aug 2021

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.1

description

1.0.0