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

    function out=fullset(obj)
% FULLSET  Return the full list of candidate points
%
%   LIST=FULLSET(OBJ) returns the full list of points in the candidate set.

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


out = zeros(0, nfactors(obj));