原文:SciPy interp1d results are different than MatLab interp1
I m converting a MatLab program to Python, and I m having problems understanding why scipy.interpolate.interp1d is giving different results than MatLab interp1. In MatLab the usage is slightly ...