0
000000000
000050000
000505000
005000500
050000050
500040005
050000050
005000500
在本例中,我想找到它們是同一行4.我已經有4的保存爲centre
索引在5秒的索引。Numpy.where與邏輯
期望的輸出是[[5,0],[5,8]]
。
我嘗試這一點,但它不工作:
index = zip(*np.where(array== 5 and x == centre[0]))