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

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

%  Copyright 2006 The MathWorks, Inc. 

t = 'RBF';