www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimtablefiller/getTables.m

    function pTabs = getTables(obj)
%GETTABLES Return tables that can be filled 
%
%   pTABS = GETTABLES(OBJ) returns the tables that can be filled in OBJ.
%
%   See also CGOPTIMTABLEFILLER/ADDTABLES, CGOPTIMTABLEFILLER/REMOVETABLES

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


pTabs = obj.tables;