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

    function st=candstate(des)
% DESIGN/CANDSTATE   Returns number defining current state
%
%   ST=CANDSTATE(D) returns a number indicating the current state
%   of the candidate set.  This number is incremented whenever the set
%   changes so it can be used to 'stamp' stored results.

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



% Created 12/11/99

st=des.candstate;

return