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)
Show older comments
>>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 Comments
Answers (0)
See Also
Categories
Find more on Spline Postprocessing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!