www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@conbase/getName.m

    function name = getName(con)
%GETNAME Get the name of a constraint object
%
%  NAME = GETNAME(CON)
%
%  See also CONBASE, CONBASE/SETNAME.

%  Copyright 2004-2005 The MathWorks, Inc.

name = con.Name;

%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|