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

    function changeTable(obj, pT)
%CHANGETABLE Change currently viewed table in tradeoff
%
%  CHANGETABLE(OBJ, PT) causes the GUI to display the given table in the
%  tradeoff.

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


obj.MessageService.setTable(pT);