interp1
1 次データ内挿 (テーブル ルックアップ)
構文
説明
は外挿法を指定し、既定のサンプル点を使用します。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.







