Why does cscvn of matlab have 4*2*(n-1) coefficients?

2 ビュー (過去 30 日間)
Ashkan Rigi
Ashkan Rigi 2021 年 11 月 2 日
編集済み: Ashkan Rigi 2021 年 11 月 2 日
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.

回答 (1 件)

yanqi liu
yanqi liu 2021 年 11 月 2 日
p = [0 1 1 0 -1 -1 0 0; 0 0 1 2 1 0 -1 -2];
size(p)
ans = 1×2
2 8
curve = cscvn(p)
curve = struct with fields:
form: 'pp' breaks: [0 1 2 3.1892 4.3784 5.3784 6.5676 7.5676] coefs: [14×4 double] pieces: 7 order: 4 dim: 2
  1 件のコメント
Ashkan Rigi
Ashkan Rigi 2021 年 11 月 2 日
n is the number of x , not the number of all the points

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSpline Construction についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by