The statement length(X) is equivalent to max(size(X)) for nonempty arrays and 0 for empty arrays. n = length(X) returns the size of the longest dimension of X .
確定! 回上一頁