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

    function [dlist,index] = DesignList(T,Stage);
%MDEVTESTPLAN/DESIGNLIST
%
% [dlist,index] = DesignList(T,Stage);

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

if nargin<2
    Stage= length(T.DesignDev);
end

[dlist,index] = DesignList(T.DesignDev,Stage);