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

    function s = texDescription(obj)
%TEXDESCRIPTION  Return tex description string
%
%  S = TEXDESCRIPTION(OBJ) returns a string or cell array of strings that
%  describes the type of this optimization object.  The string(s) may
%  contain tex symbols.  If a cell array is returned then each cell will
%  correspond to a new line in the UI.

%   Copyright 2006-2009 The MathWorks, Inc.

s = {'A table gradient constraint aims to constrain a variable or model '
    'such that its gradient over a table lies between specified bounds.'};