www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@conlinear/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={'Linear constraints apply the equation \bfA.X \leq b\rm, i.e.';...
      'an (n-1)-dimensional plane in the n-factor space.'};