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

    function StoreResponses(T)
%STORERESPONSES store response models in test plan
%
% StoreResponses(T)

% Copyright 2007 The MathWorks, Inc.

if numChildren(T);
    T.Responses = children(T,@model);
    xregpointer(T);
end