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

    function s=texdescription(obj,IsBoundary)
%TEXDESCRIPTION  Return tex description string
%
%  S = TEXDESCRIPTION(OBJ)
%  S = TEXDESCRIPTION(OBJ,ISBOUNDARY)
%
%  See also CONTABLE1

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

% assume constraint only
s={'1D Table constraints are used for constraining the';...
      'value of the Y-factor at specific values of the X-factor.'};