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

    function addTable(obj, index)
%ADDTABLE Add table to list of tables to create
%
%  ADDTABLE(OBJ, INDEX) marks the given table index as one that will 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) = true;
obj.send('TableSelectionChanged', handle.EventData(obj, 'TableSelectionChanged'));