我使用Python 和NumPy 並且在轉置方面有一些問題: 調用aT不是轉置數組。 ... b = np.array(a) >>> b.T array([3, 6, 9]) #Here it didn't transpose ...
確定! 回上一頁