how to prepare piecewise cubic hermite curve passing through 5 number of points where tangent at first and last point is [ 0 0 0]

1 次查看(过去 30 天)
P= U*M*B;
where U= [u.^3 u.^2 u u.^0]
M=[2 -2 1 1;-3 3 -2 -1 ;0 0 1 0;1 0 0 0]; %co-efficient of blending functions B= geometrix co-eff

回答(0 个)

类别

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

Community Treasure Hunt

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

Start Hunting!

Translated by