Skip to content

Instantly share code, notes, and snippets.

@jeffreyi03
jeffreyi03 / README.md
Created June 22, 2022 15:34 — forked from alexlib/README.md
[Python] Fitting plane/surface to a set of data points

Python version of the MATLAB code in this Stack Overflow post: http://stackoverflow.com/a/18648210/97160

The example shows how to determine the best-fit plane/surface (1st or higher order polynomial) over a set of three-dimensional points.

Implemented in Python + NumPy + SciPy + matplotlib.

quadratic_surface