www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregmodel/updateInputs.m

    function m= updateInputs(m,mnew)
%UPDATEINPUTS update input information 
%
% T= updateInputs(T,mnew)
%   mnew:   the coding and symbol information from this model is used to
%           update the model

%  Copyright 2006-2007 The MathWorks, Inc. 

%update signal information

% 
m = setInputs(m,mnew);