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.
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.
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.
You can try this, http://www.cnblogs.com/begtostudy/articles/1787709.html