import numpy as np >>> import matplotlib.pyplot as plt >>> from scipy.optimize import curve_fit. >>> def func(x, a, b, c): ... return a * np.exp(-b * x) + c.
確定! 回上一頁