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

    function  [head,width]= colhead(m);
% MODEL/COLHEAD column headings for listview summary stats

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



head  = {'Observations','Parameters','Box-Cox','RMSE','Knots','log10(GCV)'};
width = [30,25,20,25,20,25];