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

    function obj = updateranges(obj)
%UPDATERANGES Update the distance scale used for the item
%
%  OBJ = UPDATERANGES(OBJ) recalculates the scaling information that is
%  based on input ranges.

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


if isvalid(obj.ConExpression)
    obj.ConExpression.info = obj.ConExpression.updateranges;
end