畫圖(x-y plots). import matplotlib.pyplot as plt. import numpy as np. a = np.array ... 找出陣列中最大值以及其索引值. np.nonzero(a==1). 找出陣列中非0的值.
確定! 回上一頁