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

    function Inp = getInputs(m)
%GETINPUTS get mbcinputfactor object for model
%
% Inputs = getInputs(m);

%   Copyright 2007-2008 The MathWorks, Inc.

% real inputs are stored in internal models for xregmulti
Inp = getInputs(m.models{m.currentindex});