The size documentation tells us: " d = size(X) returns the sizes of each dimension of array X in a vector, d, with ndims(X) elements." ... [A,B] = size(X);. does ...
確定! 回上一頁