Generalized Bezier Curve with function output

Function to create Bezier curve with N control points in 2/3 dimensions. Output includes function.
943 Downloads
Updated 29 Jan 2015

View License

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 (2024). Generalized Bezier Curve with function output (https://www.mathworks.com/matlabcentral/fileexchange/43361-generalized-bezier-curve-with-function-output), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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