In MATLAB you can create a matrix using square brackets [ ]. ... The command zeros(m,n) creates an m by n array (matrix) of zeros. >> A1 = zeros(3, 5).
確定! 回上一頁