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

    function len = length(obj)
%LENGTH Return number of guids in the guidarray
%
%  LENGTH(G) returns the number of guids that are in G.

%  Copyright 2000-2006 The MathWorks, Inc. and Ford Global Technologies, Inc.


len = length(obj.values);