www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@mdevproject/username.m

    function u=username(mp)
%USERNAME  return username from Project
%
%  u=username(mp);
%

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




% Warning: this function should not be used.  Instead directly call the
% preferences as in the command below.
u=getusername(initfromprefs(mbcuser));