To transpose a matrix with NumPy, call the numpy.matrix.transpose() function on a NumPy array. This function returns the transposed array.
確定! 回上一頁