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

    function lab = labels(bs,TeX)
%LABELS  Return labels for model
%
%  LABELS(M) returns a cell array containing the input labels for the
%  model.

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


if nargin<2
   TeX= 1;
end
lab = labels(bs.mv3xspline,TeX);