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

    function list= labels(L,varargin)
%LOCALAVFIT/LABELS coefficient labels

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

try
   list= labels(L.model,varargin{1},0);
catch
   list= labels(L.model,varargin{1});
end
if length(list)~=size(L)
   list= list(Terms(L.model));
end