Evaluate piecewise polynomial
what does ppval means...????
5 次查看(过去 30 天)
显示 更早的评论
While calculating the curvature a command ppval is used. What does it mean and what it does here...??
s=spline(x,y) s1=s; s1.order=s.order-1; s2=s1; s2.order=s1.order-1;
A1=ppval(s1,x); A2=ppval(s2,x);
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!