Python SciPy 插值 - 缺少函数

问题描述 投票:0回答:1

我从 http://www.lfd.uci.edu/~gohlke/pythonlibs/ 安装了适用于 Python 2.7 的 SciPy 0.12.0,但我只有

scipy.interp
而不是
scipy.interpolate
函数。这不是我想要的,因为
interp
不提供三次插值。我用谷歌搜索了一些信息,但到处都有使用 scipy.interpolate 的示例。我卸载了 scipy,并从 scipy.org 安装了相同版本,甚至版本 0.9.0 - 相同的结果。

我找到了“手动”三次插值的示例,但我宁愿使用

scipy.interpolation
。如何获得?

python python-2.7 scipy interpolation
1个回答
-1
投票

我已经安装了 scipy 库,但没有找到 scipy.interpolate。我正在使用 Visual Studio 代码。很高兴感谢各位专家的帮助。谢谢

© www.soinside.com 2019 - 2024. All rights reserved.