import numpy as np a = np.arange(1, 7).reshape((2, 3)) b = np.arange(7, 13).reshape((2, ... s = np.hstack((a, b, c)) print('hstack \n ', s.shape, '\n', s).
確定! 回上一頁