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.67% Correct | 29.33% Incorrect
Last Solution submitted on Aug 29, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers49

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!