How to get the values from a NumPy array using multiple indices

前端 未结 3 1805
闹比i
闹比i 2020-12-14 07:04

I have a NumPy array that looks like this:

arr = np.array([100.10, 200.42, 4.14, 89.00, 34.55, 1.12])

How can I get multiple values from th

3条回答
提交回复
热议问题