Fast Polynomial Curve and Surface Fitting
Cite As
Moreno, M. (2025). Fast Polynomial Curve and Surface Fitting (https://www.mathworks.com/matlabcentral/fileexchange/113045-fast-polynomial-curve-and-surface-fitting), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.3 | Faster residual check without pcval or psval at the cost of no Vandermonde matrix destruction. Replacement of nested linear indices to avoid declaring new variables via destruction. |
||
1.0.2 | Optimisation of the surface fitting algorithm and correction of the function description text. |
||
1.0.1 | Commented demo codes and addition of the calculation of the absolute fitting error. Faster surface coefficient matrix's non-zero element count via triangular numbers. |
||
1.0.0 |