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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spline Postprocessing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!