what does ppval means...????

6 Ansichten (letzte 30 Tage)
DIVI CHANDANA
DIVI CHANDANA am 14 Jun. 2013
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);

Antworten (1)

Walter Roberson
Walter Roberson am 14 Jun. 2013

Kategorien

Mehr zu Interpolation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by