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

    function nodename = getname(n)
%GETNAME Return the name of the cage tree node
%
%  NAME = GETNAME(N)

%  Copyright 2005 The MathWorks, Inc. and Ford Global Technologies, Inc.


nodename = name(n);