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

    function rehash(obj)
% REHASH  Force a reread of available candidate sets
%
%   REHASH(OBJ)
%

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



% Created 5/11/2000

% Use an undocumented "get" feature to access the data

out=get(obj,'dorehash');
return