使用matplotlib在python中繪製正弦波的簡單方法。 import numpy as np import matplotlib.pyplot as plt x=np.arange(0,3*np.pi,0.1) y= ...
確定! 回上一頁