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
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers55
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2914 Solvers
-
Replace multiples of 5 with NaN
472 Solvers
-
529 Solvers
-
Rounding off numbers to n decimals
5797 Solvers
-
Element by element multiplication of two vectors
399 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
How is this different than simply returning the x vector?