Q1) Write a MATLAB CODE which must have following inputs and outputs:
Inputs
1. An arbitrary geometry matrix
2. Basis matrix
3. List of control points
Output
Plot of the corresponding parametric curve - Bezier/ B-splines/NURBS.
Q2) Write an interactive program that allows the user to create and refine piecewise continuous cubic curves. Represent the curves internally as B-splines. Allow the user to specify how the curve is to be interactively manipulated as B-splines.