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

    function n= name(m);
% xreg3xspline/NAME

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



if nfactors(m)>1
	n= ['Spline x ',name(m.cubic)];
else
	n= 'Spline';
end