www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgrangeconstraint/texDescription.m

    function str = texDescription(obj)
%TEXDESCRIPTION Generate a description of the constraint
%
%   STR = TEXDESCRIPTION(OBJ) returns a string or cell array of strings
%   that contains a medium-length description of the constraint.  The
%   string may contain tex modifiers.

%   Copyright 2006 The MathWorks, Inc.

str = {'Range constraints keep only points where the output value'; ...
        'of an expression is between the specified limits.'};