How to calculate b-spline interpolation

27 Ansichten (letzte 30 Tage)
MJ
MJ am 17 Mai 2021
How do I calculate b-form spline interpolation?
This page says I can use csapi but that does not seem like the right function. Using the curve fit toolbox it would be ideal if I can convert smoothing spline into b-form.

Antworten (1)

Shiva Kalyan Diwakaruni
Shiva Kalyan Diwakaruni am 24 Mai 2021
Hi,
The “ppmak” function allows you to create a piecewise polynomial by specifiying a strictly increasing list of breaks
To convert to and from B-form and ppform, You can use the fn2fm function
You can refer to below link for more information
Hope it helps.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by