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

    function hJava = getJavaHandle(this) 
% GETJAVAHANDLE Method to return handle to private java part of object
%
 
% Author(s): A. Stothert 30-Aug-2005
% Copyright 2005 The MathWorks, Inc.

hJava = this.JavaHandle;