Spline coefficients for data point
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
felix.b
am 15 Okt. 2019
Kommentiert: felix.b
am 21 Okt. 2019
Dear colleagues,
how can I get the spline coefficients for a certain data point?
I know that I can get all the coefficients by using the point-operator (as "pp.coefs"). But how can I get the coefficients for a specific data point (x value). Is there an automatic expression?
Best regards,
Felix
0 Kommentare
Akzeptierte Antwort
Prabhan Purwar
am 18 Okt. 2019
Hello,
Spline definesa polynomial among the breakpoints in the curve. To define the coefficient at a particular ‘x value’ there is a need to define an interval among enclosed breakpoints and make use of pp.coefs() as suggested.
Refer to the following link for further information:
Weitere Antworten (0)
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!