How to extract some specific rows of a numpy array

前端 未结 0 1445
遥遥无期
遥遥无期 2020-12-10 16:27

I have a unmpy array and want to extract some rows of the array. My array has three columns which are x, y and z coordinates:

sr_y=np.array([[10., 1., 8.], [2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题