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

    function obj = generate(obj)
%GENERATE Generate the candidateset.
%
%   OBJ = GENERATE(OBJ) will re-generate the candidateset object.  Many
%   candidateset objects do not need any special generation so this call
%   does not do anything.  Some candidateset objects, for example CSET_LHS,
%   perform a single time-consuming point selection process when this
%   method is called.
%
%   See also: ISGENERATED, RESET.

%   Copyright 2007 The MathWorks, Inc.