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

    function str = type( m )
%TYPE Internal function that returns a type string that describes the model
%
% TYPESTR = TYPE( MODEL );
%

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


str = 'MBC model';