Plot a plane from 3 points

It plots a plane from 3 points. Its returns all the coeff of plane (a, b, c,d)
2.3K Downloads
Updated 3 Jun 2013

View License

[normal, d] = plot_line(p1, p2, p3)

where, p1 = [x y z] similliarly all other points are passed in the same pattern.

If the eq of plane is assumed to be:
ax + by + cz = d;

This function takes 3 points as input ans return [a b c] and d

Cite As

Nitish Tripathi (2024). Plot a plane from 3 points (https://www.mathworks.com/matlabcentral/fileexchange/41937-plot-a-plane-from-3-points), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

Changes in description

1.0.0.0