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

    function t = getType(m) %#ok<INUSD>
%getType get model type

%  Copyright 2015 The MathWorks, Inc.

t = 'Gaussian Process Model';