Aksplintcoef

Parent Previous Next

Aksplintcoef


Akmia spline interpolation coefficient


Syntax


aksplintcoef(x, y)

x,y are vectors of the same size

Return return an matrix whose rows contains coefficients to calculate Akmia spine interpolation for each data interval.


Example


Input

Output

x = linspace(0, PI/8.0, 8)

y = sin(x)

aksplintcoef(x, y)


See Also


Created with the Personal Edition of HelpNDoc: Easy EBook and documentation generator