www.gusucode.com > mbcdesign 工具箱 matlab 源码程序 > mbcdesign/@cset_spacefillsobol/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_sobol:SobolSetNotAvailable'));
end

fullname = 'Sobol Sequence';      % GUI popup name
shortname = 'sobol';              % Command line name
typecode = 1;                     % Space filler candidate set