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

    function str = type(c)
%TYPE Return the type string for the model
%
%  STR = TYPE(M) returns a type string suitable for use as a menu item.

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


str = 'Feature model';