www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcuser/getusername.m

    function nm = getusername( obj )
%GETUSERNAME Return username from object
%
%   NM = GETUSERNAME(OBJ)
%

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



nm = obj.username;