www.gusucode.com > mbcmodels 工具箱 matlab 源码程序 > mbcmodels/@xregmodel/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'};
width=   [35,35,25,70];