/>
a=ployfit(x,y,m)
a为拟合多项式的系数, a=(a1,a2,a3)…
x,y是同长度的数组
m为拟合的次数
x=lsqcurvefit('fun',xdata,ydata,options);
x=lsqnonlin('fun',x0,options);