% Let user create a spline
function [X,Y] = ResetSpline;

f1 = '';
f2 = '';
[X,Y] = Plot2D(f1,f2);