MATLAB: Fit a 3d curve

Dear all,
I am a beginner in Matlab and I need your help. Here is my problem: I have a cloud of data obtained by measurement. Thanks to those datas I have made a matrix(49×49) which allowed me to plot a paraboloid. I would like to fit this 3d curve based on data, but I don't know how to start. Could you please help me to find a way to solve this problem?
Sincerely,
Elza

Best Answer

If you have the Curve Fitting Toolbox, you could try interactive surface fitting.
EDIT: If you don't have it, you could try polyfitn, which you can download from the File Exchange.