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

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

%  Copyright 2005-2008 The MathWorks, Inc.

% assume boundary only
s = {
    'The convex hull for a set of points is the minimal convex set '
    'containing those points. '
    };