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

    function nTbls = numTables(obj)
%NUMTABLES Return number of tables in tradeoff
%
%  NTABLES = NUMTABLES(OBJ) returns the number of tables that have been added
%  to the tradeoff.

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


nTbls = length(obj.Tables);