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

    function annotate(m,Xs,Ys,ax)
%ANNOTATE   Annotate response plot for XREGLOLIMOT model
%   ANNOTATE(M,X,Y,AX), where M is an XREGLOLIMOT model, X is a matrix of data 
%   sites, Y is a vector of response values and AX is the handle of the plot 
%   to annotate, will do nothing at this stage. But we will want to do some 
%   kind of center plot. The big question is: which centers should we display?
%
%   See also XREGRBF/ANNOTATE.

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


%------------------------------------------------------------------------------|
% EOF
%------------------------------------------------------------------------------|