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

    function c=char(m,varargin);
% MODEL/CHAR returns the model classname

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



c= class(m);