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

    function setAxisOrder(obj, order)
%SETAXISORDER Set the order of inputs to the tradeoff tables
%
%  SETAXISORDER(OBJ, ORDER) sets the order of inputs to each table in the
%  tradeoff to be ORDER and then fires the AxisOrderChanged event.  ORDER
%  is a vector containing a permutation of the numbers 1 to nSwitchFactors.

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


obj.AxisOrder = order;
obj.send('AxisOrderChanged', handle.EventData(obj, 'AxisOrderChanged'));