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

    function out=qmaxdist(obj,X)
%QMAXDIST  Direct access to maximum distance function
%
% VAL=QMAXDIST(OBJ,X)  provides direct access to the
% maximum distance mex function.
%
% For maximum interpoint distances calculations on the current set, see MAXDIST.
%

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



out=mx_distance(X,0);