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

    function value = getType(c)
%GETTYPE get candidate set type
%
% value = getType(c);

%  Copyright 2007 The MathWorks, Inc.

value = CandidateSetInformation(c);