x0=np.array([[2,3,5,7,9,11]]) x0 x0.shape x0.shape=(2,3) # method直接改x0 x0 ... 8.6.2 transpose. Copy. x1 x1.T. Only vector or matrix can be transposed, ...
確定! 回上一頁