Bezier Interpolation in N-Dimension Space

Bezier interpolation for given four control points. Each control point can be in N-Dimensional.
ダウンロード: 6.8K
更新 2009/7/9

ライセンスの表示

(1) bezierInterp.m
-------------------
A function for Bezier interpolation for given four
control points. Each control point can be in N-Dimensional vector space. Optionally a vector t can be pass then bezier curve would be evaluated at values stored in vector t. By default bezier curve would be evaluated at 101 values between 0 and 1.

Ouput of function is evaluated values in N-Dimensional vector space.

(2) bezierInterpTest.m
-----------------------
A test program that perform shows Bezier
interpolation for four sample control points in
1D, 2D, 3D, 4D vector space.

引用

Dr. Murtaza Ali Khan (2024). Bezier Interpolation in N-Dimension Space (https://www.mathworks.com/matlabcentral/fileexchange/7441-bezier-interpolation-in-n-dimension-space), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R14SP1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInterpolation についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

BSD License

1.0.0.0

more clear and readable