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

    function out = char(f)
%CHAR Return string description of object
%
% CHAR(F) returns the string that was used to set up the function model.

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


out = f.func;