You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
This snippet, is in reality the initial prototype I used for building my polynomial least squares class/module in C and Fortran, respectively. As you'll see, it matches perfectly the outputs for Matlab's polyval() and lu() functions. Although, is a very minimalist implementation of the LU decomposition method, it sometimes beats the polyval() function in speed. (Not sure why?!)
To understand how to use it, check out the example : FitPolynomialToNoisyData.m
( In it, I compare this implementation to Matlab's traditional tools/approaches )
Check it out! ;D
Cite As
Manuel A. Diaz (2026). Least Squares Polynomial Fitting for Noisy Data (https://se.mathworks.com/matlabcentral/fileexchange/91205-least-squares-polynomial-fitting-for-noisy-data), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (3.59 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
