How can you draw a bezier curve in Matlab
问题 What's the Matlab way to draw a Bezier curve ? Do you have to prgoram it yourself ? I am not looking for a user made routine, but am asking if Matlab offers a standard way to draw them. 回答1: After looking and searching through the documentation, my answer is No: you'd have to go with one of the 3rd party implementations. Likeliest candidate would be the interp family functions, and they implement no Bezier interpolation. 回答2: With the Curve Fitting Toolbox, Matlab supports B-splines, which