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

    function N = length(obj)
%LENGTH Return number of items in mbcstore
%
%  N = LENGTH(OBJ) returns the number of items being held in the mbcstore
%  OBJ.

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


N = length(obj.KeyList);