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

    function str = description(f)
%DESCRIPTION Return a description of the model
%
%  DESCRIPTION(OBJ) returns a string to describe the model.

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


str = char(f);