Problem 43637. For given vectors x,y find coresponding spline coefficients.

For given vectors x,y find coresponding spline coefficients. Example

x =[ -3 -2 0 2 3]

y =[ 0 0 1 0 0]

result=[-3 -2 0 2 3]

Solution Stats

70.13% Correct | 29.87% Incorrect
Last Solution submitted on Mar 30, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers50

Suggested Problems

More from this Author37

Community Treasure Hunt

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

Start Hunting!