Scilab 6.0.1
      
      
    Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
interpln
線形補間
呼び出し手順
[y]=interpln(xyd,x)
パラメータ
- xyd
- 2行の行列 (点のxy座標) 
- x
- ベクトル (横座標) 
- y
- ベクトル (y軸の値) 
説明
横座標が単調増加のxy平面における一連の点xyd,
            一連の横座標xを指定すると,
            この関数線形補間による対応するy軸の値yを
            計算します.
例
| Report an issue | ||
| << interp3d | Interpolation | linear_interpn >> |