MENU

Fun & Interesting

Create a BEZIER CURVE in MATLAB || TUTORIAL

Prot04m 6,697 lượt xem 3 years ago
Video Not Working? Fix It Now

Learn how to create a Bezier curve with control points. I didn't feel it necessary to mention, but if you want 2D curve, just delete or comment out all the lines related to z. and use the plot() function, not plot3().

Bezier curve explanation and math:
https://www.youtube.com/watch?v=uRhe_A4DWPA&ab_channel=TheLazyEngineer

Hope you found the video useful, I am learning programming myself and doing these little videos as practice exercises. If you have a suggestions, by all means, let me know.

Link to help Ukraine:
https://bank.gov.ua/en/news/all/natsionalniy-bank-vidkriv-spetsrahunok-dlya-zboru-koshtiv-na-potrebi-armiyi

https://savelife.in.ua/en/donate/

* I am not endorsed by any of the entities behind the links. Please do some research before donating.

------------------------------------------------------PLAYLISTS----------------------------------------------
3D OBJECTS in MATLAB
https://youtube.com/playlist?list=PLALdklvvx2NLIL-UrL3BymSRbZ4mC23hk
FILE FORMATS in MATLAB
https://youtube.com/playlist?list=PLALdklvvx2NK2P7cVOBRPFmsPB3lFnXp_
UTILITIES in MATLAB
https://youtube.com/playlist?list=PLALdklvvx2NLBmDmp693MDiAuB2ISYNYO
SPLINES in MATLAB
https://youtube.com/playlist?list=PLALdklvvx2NJcU5MQZv_US_gP3t7iKvld

---------------------------------------------MATLAB FUNCTIONS--------------------------------------
rand() documentation:
https://www.mathworks.com/help/matlab/ref/rand.html
factorial() documentation:
https://www.mathworks.com/help/matlab/ref/factorial.html?s_tid=doc_ta
plot3() documentation:
https://www.mathworks.com/help/matlab/ref/plot3.html?s_tid=doc_ta

Software: MATLAB 2020b

Comment