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

    function str = type(f)
%TYPE Return the type of the object
%
% TYPE(OBJ) returns a string that describes the type of the object.

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


str = 'Function model';