Begtostudy(白途思)'s Professional Technology Blog

欢迎访问begtostudy的专业知识博客!主要是专业技术和算法为主。
  首页  :: 联系 :: 订阅 订阅  :: 管理

Matlab Bezier

Posted on 2010-07-28 23:06  白途思  阅读(454)  评论(0编辑  收藏  举报

http://www.mathworks.com/matlabcentral/fileexchange/7441

 

Description

(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.

MATLAB release MATLAB 7.0.1 (R14SP1)
前往Begtostudy的编程知识博客(CSDN)