Basic Matlab/Scilab commands. The basic data is a 1D or 2D array. a = 1; a = 2+1i; % real and complex numbers b = [1 2 3 4]; % row vector c = [1; 2; 3; ...
確定! 回上一頁