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

    function b= double(m);
%XREGLOLIMOT/DOUBLE

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

if size(m.betamodels{1},1)*length(m.betamodels{1})~=size(m.xregrbf,1)
   % make sure parameters are the right size
   m= update(m);
end
b= double(m.xregrbf);