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

    function ch = tostring( con )
%TOSTRING  Create string representation of constraint
%
%  STR = TOSTRING(CON)

%  Copyright 2007-2008 The MathWorks, Inc. 

ch = sprintf('%s constraint',typename(con));