www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregmodswitch/getTolerance.m

    function tol= getTolerance(m);
%GETTOLERANCE Return matching tolerance of switch model
%
%  TOL = GETTOLERANCE(M) returns a vector the same length as the number of
%  switching factors, containing the matching tolerance for each factor.

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


tol = m.Tolerance;