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

    function n = numstages(T)
%NUMSTAGES Number of stages in testplan
%
%  NUMSTAGES(T) returns the numebr of stages in the testplan.

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


n = length(T.DesignDev);