Is it possible to compute cubic spline coefficient from known point distance? If yes, how to compute?

1 Ansicht (letzte 30 Tage)
As question, if I knows distance between two point sets. So, is that possible to compute cubic spline coefficient? And If yes, how to compute it?

Akzeptierte Antwort

KSSV
KSSV am 26 Sep. 2017
x = rand(1,2) ;
y = rand(1,2) ;
pp = spline(x,y)

Weitere Antworten (0)

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!

Translated by