www.gusucode.com > mbcexpr 工具箱 matlab 源码程序 > mbcexpr/@cgexpr/getCageType.m

    function typestr = getCageType(nd)
%GETCAGETYPE Return the type string for this object
%
%  For @cgexpr this is 'Unknown Type'. 
%
%  TYPESTR = GETCAGETYPE(ND)

%  Copyright 2005 The MathWorks, Inc.


typestr = 'Unknown Type';