X=1;Y=[2 3 4];Z=[1 5;2 6;3 7];E=[] % an empty matrix% size returns a row vector describing the dimensions of an array.sz_X=size(X);-> 1 1 ...
確定! 回上一頁