필터 지우기
필터 지우기

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