How do I create a new numpy array from an existing larger numpy array

Viewed 27

I have an [8, 8] numpy array. I want to create a smaller [3,5] numpy array from a section of this array. I have no idea how to even begin this.

I need a kickstart to move further. Please help.

0 Answers
Related