0 攝影或3C 2023-02-13 Python: 如何用scipy.interpolate做內插? from scipy.interpolate import interp1d ; f = interp1d(x, y) ; 如何用numpy.polyfit() 做外插? from scipy.interpolate import inte...
近期留言