To define a matrix, treat it as a column of row vectors. >> A=[1 2 3; 4 5 6; 7 8 9]. Note that spaces between number is used to define the ...
確定! 回上一頁