www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@cgoptimoutput/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';