how do i reconstruct the analytical form of a spline I have calculated with the spap2 command, in order to have the 3 polynomials that compose the spline itself, but I don't know the formula in which to put the coefficients stored.

1 次查看(过去 30 天)
>>m=100;
>> x=unifrnd(0,2,m,1);
>> eps=normrnd(0,1,m,1);
>> y=cos(x)+eps;
>> sp=spap2(3,4,x,y);

回答(0 个)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by