www.gusucode.com > elmat工具箱matlab源码程序 > elmat/numel.m

    %NUMEL   Number of elements in an array or subscripted array expression.
%   N = NUMEL(A) returns the number of elements, N, in array A, equivalent 
%   to PROD(SIZE(A)).
%
%   See also SIZE, PROD, SUBSREF.

%   Copyright 1984-2013 The MathWorks, Inc.
%   Built-in function.