How to develop an algorithm in python to export specific numbers from a numpy array

前端 未结 0 1936
一生所求
一生所求 2020-12-28 21:20

I have some line numbers and want to extract some lines. My line numbers are stored a a numpy array:

line_no= np.arange (17, 34)

These lines

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