matlab曲线拟合
函数插值与曲线拟合1、函数插值 一维插值:interp1(x,y,cx,’method’) 一维插值:interp1(x,y,z,cx,cy,’method’)method:nearest、lin
matlab曲线拟合