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

    % @CONTWOSTAGE -- Two-stage constraints
%
% Files
%
%   contwostage              - Two-stage constraint model
%
%   texdescription           - Return tex description string
%   tostring                 - Create string representation of constraint
%   typename                 - Short name for constraint type
%
%   nActiveFactorsAllowed    - Number of import factors supported by a two-stage constraint 
%   getActiveIndices         - Get the indices of the active factors for a constraint
%   setActiveIndices         - Set the indices of the active factors for a constraint
%   globalclasses            - List of the classes for the global of two-stage constraints
%   localclasses             - List of the classes that are available as local constraint models
%   getGlobalIndices         - List of indices of the global factors in a two-stage constraint
%   getLocalIndices          - List of indices of the local factors in a two-stage constraint
%   getInputRoles            - Get the list of role that each input active factor plays
%
%   getglobalfactors         - Global inputs to a two-stage constraint
%   getlocalfactors          - Local inputs to a two-stage constraint
%
%   getlocal                 - Forms a local constraint from the a two-stage  boundary constraint.
%
%   bringInside              - Move a set of points so they are all inside the constraint.
%   constraintDistance       - Signed distance to constraint boundary for a list of points
%   pLocalConstraintDistance - Return distance from local constraints
%
%   upgrade                  - Upgrade a constraint to have model information
%   loadobj                  - Load filter for the two-stage constraint (CONTWOSTAGE)
%
%   fitglobal                - Fits the global models to given response feature data
%   fitlocal                 - Fits local constraint models to sweeps
%   gui_setup                - Model parameter setup for constraint modelling
%   properties               - Return constraint information

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