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

    function p=reconstruct(U,Yrf,dG,rfuser);
% xregusermod/RFVALS evaluate response features and dG

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



[p]= feval(U.funcName,U,'reconstruct',Yrf,dG,rfuser);
if isempty(p)
   % default is linear response features
   p= Yrf/dG';
end