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

    function s = typename(con) %#ok con is never used
%TYPENAME Get type (class name) for a constraint object
%  S = TYPENAME(OBJ)
%
%  See also CONSTAR

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

s = 'Star-shaped';

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