When using the command line, a ";" at the end means matlab will not ... N = 5 % a scalar v = [1 0 0] % a row vector v = [1;2;3] % a column vector v = v' ...
確定! 回上一頁