www.gusucode.com > mbcview 工具箱matlab源码程序 > mbcview/@cgsurfview/@svdata/getConstraints.m

    function c = getConstraints(obj)
%GETCONSTRAINTS Returns constraint data
%
% c = obj.getConstraints
%
% Call this method only if one or more values returned by
% obj.getConstraintOptions is true.
% The output is a numeric matrix the same size as each dataset.
% Elements <= 0 are inside the boundary.
%

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


c = obj.constraints;