|
B-Spline カーブフィッティング
|
|
|
説明
|
|
データ点を使用して B-spline 曲線を求めます。これはパラメトリック曲線を作成します。
|
データ点のリストを指定して曲線を求めます。
>
|
__p__ := [ [-5,5], [0,2], [4,0] ];
|
B-spline 曲線を求めます。
>
|
__c__ := CurveFitting[BSplineCurve](__p__, __x__);
|
|
|
Download Help Document
Was this information helpful?