Combining NumPy arrays

前端 未结 5 1320
北荒
北荒 2020-12-17 22:55

I have two 20x100x3 NumPy arrays which I want to combine into a 40 x 100 x 3 array, that is, just add more lines to the array. I am confused by which function I want: is it

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