1 计算图形2 计算程序import numpy as np import matplotlib.pyplot as plt ... 0.02) y1 = np.sin(x) plt.figure(1) plt.subplot(211) plt.plot(x, ...
確定! 回上一頁