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

    function [Min, Max, Allowed]=supportednfactors(obj)
%SUPPORTEDNFACTORS  Return information about limits on number of factors in design
%
%  [MIN, MAX, ALLOWEDLIST]=SUPPORTEDNFACTORS(OBJ)
%

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



% default is to allow all settings
Min=1;
Max=767;
Allowed=[];