生成波動圖

#for python 3.6 import numpy as np import matplotlib.pyplot as plt import urllib.request x= np.linspace(0,10,1000)  #自變量 y= np.sin(x) + 1            #因變量y z=np.cos(x**2)+1            #因變量z plt.figure(
相關文章
相關標籤/搜索