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

1 次查看(过去 30 天)
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?

采纳的回答

KSSV
KSSV 2017-9-26
x = rand(1,2) ;
y = rand(1,2) ;
pp = spline(x,y)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Splines 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by