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

    function out = eval(f,X)
%XREGEXPORTMODEL/EVAL
% out = eval(F,X)
% This function is a placeholder which must be overridden in
% any subclass of xregExportModel.  The return value is empty.

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


out = [];