Writing code to evaluate B-form of the spline without using any built-in functions that directly give the B-form
5 ビュー (過去 30 日間)
古いコメントを表示
Saurabh Madankar
2021 年 10 月 30 日
コメント済み: Saurabh Madankar
2021 年 10 月 31 日
Hello,
my task is to write a code to find out the B-form of the spline f given knots, degree of the polynomial, data sites x and data values y such that f(x(j)) = y(j) for all j . There is a function called 'spap2' which does exactly this, but I need to calculate the B-form without using it or any other built-in function which gives the B-form directly.
0 件のコメント
採用された回答
Walter Roberson
2021 年 10 月 30 日
6 件のコメント
Walter Roberson
2021 年 10 月 30 日
That sounds like a mathematics question, not a question about MATLAB.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Spline Postprocessing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!