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

    %LENGTH   Length of vector.
%   LENGTH(X) returns the length of vector X.  It is equivalent
%   to MAX(SIZE(X)) for non-empty arrays and 0 for empty ones.
%  
%   See also NUMEL.

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