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

    function g= lmgroup(L);
% LOCALMOD/LMGROUP localmod grouping for setup

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



g= class(L.userdefined);
if strcmp(g,'xregusermod') & isGrowth(L)
	g= 'Growth';
end