www.gusucode.com > sloptim工具箱matlab源码程序 > sloptim/sloptguis/@srosisotoolgui/@sropnl/getTestInterface.m

    function TestInt = getTestInterface(this) 
% GETTESTINTERFACE  Method to return handles to test data
%
 
% Author(s): A. Stothert 02-Dec-2005
% Copyright 2005-2006 The MathWorks, Inc.

TestInt = struct(...
   'sisodb',   this.hSISODB, ...
   'CompData', this.hParameters.getTestInterface, ...
   'ReqData',  this.hProblem.getTestInterface, ...
   'GUIHandles', struct('hOptimizationPanel',this.hOptimization));