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!