access to the data points from the interpolation function defined by scipy.interpolate.interp1d?

前端 未结 0 709
半阙折子戏
半阙折子戏 2021-02-02 12:59

Is there a way to get access to the data points from the interpolation function?

from scipy import interpolate
x = np.arange(0, 10)
y = np.exp(-x/3.0)
f = interpo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题