numpy使用數組做爲索引

使用數組做爲索引遍歷numpy數組 以爲有用的話,歡迎一塊兒討論相互學習~ python使用數組做爲索引遍歷數組 import numpy as np a=np.arange(0,5) print(a) # [0 1 2 3 4] b=np.arange(0,10).reshape(5,2) print(b) # [[0 1] # [2 3] # [4 5] # [6 7] # [8 9]]
相關文章
相關標籤/搜索