How to get an "optimal" piecewise linear spline for any functions?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
For given f(x), x in [a, b],
I want to get a piecewise linear spline.
Then how to segment f(x) so as to achieve a good spline?
That is, how to place the knots?
0 Kommentare
Antworten (2)
Greg Dionne
am 8 Jul. 2016
If you have R2016a Signal Processing Toolbox, you can try FINDCHANGEPTS with 'linear' to find the locations.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Splines finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!