Smoothing Cubic Splines with periodic conditions
Smoothing cubic splines are implemented with periodic conditions, so that closed curves in any dimension can be approximated. It includes a test function to demonstrate it.
Theoretical arguments supporting this implementation can be found here:
<http://massimozanetti.altervista.org/files/mydocs/periodicCubicSmoothSplines.pdf>
Citar como
Massimo Zanetti (2024). Smoothing Cubic Splines with periodic conditions (https://www.mathworks.com/matlabcentral/fileexchange/59463-smoothing-cubic-splines-with-periodic-conditions), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- AI and Statistics > Curve Fitting Toolbox > Smoothing >
- AI and Statistics > Curve Fitting Toolbox > Splines >
Etiquetas
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.2.0.0 | Improved to solve the minimization problem efficiently. Released a note with theoretical development of the minimizaiton problem.
|
||
1.1.0.0 | Function header contains help information. Input checks are added. More examples in test script. |
||
1.0.0.0 | Updated image. Changed image. |