How can I know more details about the function spap2?
2 views (last 30 days)
Show older comments
The built-in function spap2 returns the B-form of the spline. My main goal is to know how exactly it calculates the coefficients it returns for each term in the B form, meaning the coefficients of each of the B's in the B form.
0 Comments
Answers (1)
Bjorn Gustavsson
on 16 Nov 2021
Why don't you just try:
edit spap2
From there you should be able to read for yourself. As far as I can see most functions are plain .m-files.
HTH
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!