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

    function y=fbeval(U,b,x);
% xregusermod/FBEVAL evaluate function with parameters b and inputs x
% 
% y=fbeval(U,b,x);
% This function can be used with numjac

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



U= update(U,b);
y= eval(U,x);