This MATLAB function returns the number of elements, n, in array A, equivalent to prod(size(A)). ... numel counts 32 elements in the matrix. n = numel(A).
確定! 回上一頁