The document outlines an experiment to programmatically draw a cubic Bézier curve using MATLAB 13. It describes the theoretical basis for the curve defined by four control points, with specific calculations and the program code for generating the Bézier curve based on user-inputted coordinates. Additionally, it explains how to recover control points based on certain values along the curve.