www.gusucode.com > sloptim工具箱matlab源码程序 > sloptim/sloptguis/@srogui/@ProjectManager/ProjectManager.m

    function this = ProjectManager
% Parameter Tuning Project Constructor

%   Author(s): Kamesh Subbarao
%   Copyright 1986-2003 The MathWorks, Inc.
mlock
persistent h

if isempty(h)
   h = srogui.ProjectManager;
end
this = h;