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

    function t = getType(m) %#ok<INUSD>
%GETTYPE string describing type of model
% 
% t = getType(m)

%  Copyright 2006-2015 The MathWorks, Inc. 

t = 'Point-by-Point';