www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimoutput/getConstraintTol.m

    function Tol = getConstraintTol(obj)
%GETCONSTRAINTTOL Get constraint display tolerance.
%
%   TOL = GETCONSTRAINTTOL(OBJ) returns the tolerance that is used for
%   highlighting infeasible constraints in the display.

%   Copyright 2006 The MathWorks, Inc.


Tol = obj.displayConTol;