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

    % @CONRANGE
%
% Files
%   __constraindist     - CONSTRAINDIST  Return distance from constraints
%   __fitmodel          - FITMODEL Fit a range constraint to data.
%   __getboundarypoints - GETBOUNDARYPOINTS A short description of the function
%   __getparams         - GETPARAMS   Return parameters for object
%   __nfactorsallowed   - NFACTORSALLOWED  Return range of number of factors
%   __setparams         - SETPARAMS  Set constraint parameters
%   and                 - Logical AND (intersection) of two ranges constraints
%   bringInside         - Move a set of points so they are all inside the constraint.
%   conrange            - Range constraint for MBC
%   constraintDistance  - Signed distance to constraint boundary for a list of points
%   getLinearForm       - Get the linear form of a constraint
%   getRange            - Get the min and max values of the range for each factor
%   isInside            - Check which points from a list are inside a constraint.
%   islinear            - Indicates if a constraint is linear in its input factors.
%   largeicon           - Filename for large icon
%   loadobj             - Load filter for range constraint objects
%   numfeats            - Number of response features in constraint
%   or                  - Logical OR (union) of two range constraints
%   properties          - Return constraint information
%   setActiveIndices    - Set the indices of the active factors for a Range Constraint
%   setRange            - Set the min and max values of the range for each factor
%   texdescription      - DESCRIPTION  Return tex description string
%   tostring            - Create string representation of constraint
%   typename            - TYPE  User friendly form of class name
%   upgrade             - Upgrade a constraint to have model information

%  Copyright 2000-2005 The MathWorks, Inc.