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

    function [fullname,shortname,typecode]=CandidateSetInformation(obj)
%CANDIDATESETINFORMATION Candidate Set info
%
%  [FULLNAME, SHORTNAME, TYPECODE] = CANDIDATESETINFORMATION(OBJ)

%  Copyright 2007 The MathWorks, Inc.

% Check whether sobol set is available
P = which('sobolset');
if isempty(P)
    error(message('mbc:cset_sobolset:SobolSetNotAvailable'));
end

fullname = 'Sobol Sequence';      % GUI popup name
shortname = 'sobol';              % Command line name
typecode = 0;                     % Optimal design candidate set