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

    function obj = reset(obj)
%RESET Mark candidate set as ready for re-generation
%
%   OBJ = RESET(OBJ) will set a candidateset back to a state where it needs
%   to have generate called on it, if the object supports the generation
%   mechanism.  For point sets that do not need a separate generation, this
%   method has no effect.
%
%   See also: ISGENERATED, GENERATE.

%   Copyright 2007 The MathWorks, Inc.