Why does cscvn of matlab have 4*2*(n-1) coefficients?
Show older comments
Hello every body. I use the built in matlab function " cscvn " for periodic splines. It must have 4*(n-1) coefficients but in returns 4*2*(n-1). coefficients (n is the number of x values) ? Does anybody know why? I am looking forwrard to hear your answers.
Answers (1)
p = [0 1 1 0 -1 -1 0 0; 0 0 1 2 1 0 -1 -2];
size(p)
curve = cscvn(p)
1 Comment
Ashkan Rigi
on 2 Nov 2021
Categories
Find more on Spline Postprocessing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!