📜  使用 numpy 转置矩阵 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:50.699000             🧑  作者: Mango

代码示例1
M = np.matrix([[1,2],[3,4]])

M.transpose()