www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgexprconstraint/charlistshort.m

    function str = charlistshort(obj)
%CHARLISTSHORT Return a shortend recursive string description
%
%  STR = CHARLISTSHORT(OBJ) returns a recursive string describing this
%  expression.  The recursiveness is terminated at certain points if
%  conditions are met, such as there being no tables beneath an
%  expression.  These rules are not well formulated or consistently applied
%  and as such it is inadvisable to use this method in new work.

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


str = pchar(obj, @charlistshort);