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

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


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

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