www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregtools/@MBrowser/user.m

    function u=user(h)
%USER  Return the current username for the MBrowser
%
%  u=mbH.user;
%

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



% Created 18/4/2001

if h.GUIExists
   u=h.RootNode.username;
else
   u='';
end