I have a project:
The goal is to create a curve interpolation tool that functions the same as the spline sketch
tool in Pro/E. The input is a set of data points. The output is a cubic C2 B-spline curve.
I have to do it in MATLAB. I am very new to this subject and do not have much idea about...