利用octave求矩陣的轉置

首先輸入矩陣函數 octave:1> a=[2,3;4,5] a =    2   3    4   5 以後利用transpose函數進行轉置 octave:2> transpose(a)ans =   2   4   3   5
相關文章
相關標籤/搜索