所以我试图将两个np数组附加在一起,但它给了我这个错误,ValueError: all the input arrays must have same number of dimensions, butthe array at index 0 has 2 dimension(s) and the array at index 1 has 1 dimension(s),我知道这意味着数组的形状不一样,12.34829023 29.67531647]
arr2 = np.array(
假设我有一个二维数组。我可以修改test_array的最后一个维度
test_array[:,1] = -99。假设我想要编写一个函数,其中我想要修改任意维的数组。例如,在test_array = ones([2 for i in 1:n]...)中,n是任意的(例如,函数的输入),我想修改test_array<em