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 view (last 30 days)
>>m=100;
>> x=unifrnd(0,2,m,1);
>> eps=normrnd(0,1,m,1);
>> y=cos(x)+eps;
>> sp=spap2(3,4,x,y);

Answers (0)

Categories

Find more on Spline Postprocessing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!