class scipy.interpolate.interp1d(x, y, kind='linear', axis=-1, copy=True, ... x and y are arrays of values used to approximate some function f: y = f(x) .
確定! 回上一頁