Back
Python提取2D array的一部份資料; import numpy; a[1: , 2:] ; a[1:-1 , 2:-1
Loading