Fast Polynomial Curve and Surface Fitting
Citar como
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. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
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 |