最佳答案:clear allx=[0.002 0.02 0.2 2];y=[12.20 48.25 83.65 100.05];X=0:0.01:2;Y=interp1(
最佳答案:以下供你参考:the piecewise linear interpolation(分段线性插值)the cubic spline interpolation(
最佳答案:m,n是一组离散的点spline对它做样条插值完了计算以0~359为横坐标xx,以插值yy为纵坐标最后的画图:(m,n)是原始数据,用点表示(xx,yy)是插值