Why does the cscvn function of matlab have 4*2*(n-1) coefficients?
2 次查看(过去 30 天)
显示 更早的评论
Hello every body. I can not understand why the function of cscvn of matlab have 4*2*(n-1) coefficients. n is the number of x valeus.
0 个评论
回答(1 个)
David Goodmanson
2021-11-9
编辑:David Goodmanson
2021-11-9
Hello Ashkan,
factor of (n-1) because n points --> (n-1) intervals, and the polynomials are defined on the intervals
factor of 4 because each polynomial is a cubic and has four coefficients
factor of 2 because each of x and y are defined separately and implicitly by a parameter that is related to arc length
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Get Started with Curve Fitting Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!