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

    function typestr = getCageType(nd)
%GETCAGETYPE Return the type string for this object
%
%  For @cgnode this is 'Unknown Type'.  Subclasses should overload this
%  method to provide the correct type string.
%
%  TYPESTR = GETCAGETYPE(ND)

%  Copyright 2005 The MathWorks, Inc.


typestr = 'Unknown Type';