MATLAB的interp3函数转为python代码

google过现成的解决方案,建议用scipy.interpolate.interpn和scipy.interpolate.griddata的都有,但是检出的结果和matlab不一样。所以只好去找matlab的源码转写。 matlab查看源码方式:...

notebook