www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@mdevtestplan/setmatched.m

    function T = setmatched(T,bool)
% This function will assign a value to the 
% ismatched field of the TestPlan Object.

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



T.Matched=(bool~=0);