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

    function n = length(obj)
%LENGTH Return number of entries in table
%
%  LENGTH(OBJ) returns the number of datakeys that have been added to the
%  table.

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


n = size(obj.DataKeyTable, 1);