转载:https://ww2.mathworks.cn/help/matlab/ref/interp1.html?s_tid=srchtitle#btwp6lt-2_1
interp1
语法
说明
指定外插策略,并使用默认样本点。vq = interp1(v,xq,method,extrapolation)
使用 pp = interp1(x,v,method,'pp')method 算法返回分段多项式形式的 v(x)。
注意
不建议使用该语法。请改用 griddedInterpolant。
示例
输入参数
输出参数
详细信息
参考
[1] Akima, Hiroshi. "A new method of interpolation and smooth curve fitting based on local procedures." Journal of the ACM (JACM) , 17.4, 1970, pp. 589-602.
[2] Akima, Hiroshi. "A method of bivariate interpolation and smooth surface fitting based on local procedures." Communications of the ACM , 17.1, 1974, pp. 18-20.







