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

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

%  Copyright 2005 The MathWorks, Inc.


typestr = 'Dataset';