www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgtradeoffgui/@mmeditor/removeTable.m

    function removeTable(obj, index)
%REMOVETABLE Remove table from list of tables to create
%
%  REMOVETABLE(OBJ, INDEX) marks the given table index as one that will not
%  be created in the tradeoff and then fires the TableSelectionChanged
%  event.

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


obj.TableWillBeCreated(index) = false;
obj.send('TableSelectionChanged', handle.EventData(obj, 'TableSelectionChanged'));