www.gusucode.com > mbc 工具箱 matlab 源码程序 > mbc/@mbcmodel/@hierarchicalresponse/hierarchicalresponse.m

    function obj = hierarchicalresponse(MD, varargin)
%HIERARCHICALRESPONSE Private mbcmodel.hierarchicalresponse constructor.
%
%  HRESPONSE = MBCMODEL.HIERARCHICALRESPONSE( MODELDEV )
%  HRESPONSE = MBCMODEL.HIERARCHICALRESPONSE( PMODELDEV )
%  HRESPONSE = MBCMODEL.HIERARCHICALRESPONSE( MODELDEV, PROP, VALUE, ...)
%  HRESPONSE = MBCMODEL.HIERARCHICALRESPONSE( PMODELDEV, PROP, VALUE, ...)

%   Copyright 2004-2006 The MathWorks, Inc.

% Create the udd object
obj = mbcmodel.hierarchicalresponse;
% And initialise it
obj.pInitialise(MD);
% Finally set the appropriate fields
obj.set(varargin{:});