Generalized Bezier Curve with function output

Function to create Bezier curve with N control points in 2/3 dimensions. Output includes function.

You are now following this Submission

Function takes in N control point and evaluates a Bezier curve constructed from these points for any number of points along the curve. Also outputs the anonymous function (@(t)) describing the Bezier curve.
InteractBezier is an interactive demo of a 6 control point Bezier curve. The file needs the Image Processing Toolbox because it uses the impoint function.

Cite As

Bjørn Winther Solemslie (2026). Generalized Bezier Curve with function output (https://www.mathworks.com/matlabcentral/fileexchange/43361-generalized-bezier-curve-with-function-output), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.5.0.0

Fixed typo.

1.4.0.0

Typo

1.3.0.0

Fixed typo in summary

1.2.0.0

Fixed typos found by Forest

1.0.0.0