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

    function out=qdiscrep(obj,X,nbox,boxw)
%QDISCREP  Direct access to discrepancy function
%
% VAL=QDISCREP(OBJ,X,NBOX,BOXW)  provides direct access to the
% discrepancy mex function.
%
% For discrepancy calculations on the current set, see DISCREP.

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


out = discrepancy(X, nbox, boxw);