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

    function t = type(m)
%GETTYPE string describing type of model
% 
% t = getType(m)

%  Copyright 2009 The MathWorks, Inc. 

t = 'Point-by-point model';