www.gusucode.com > sl3d 案例源码程序 matlab代码 > sl3d/ReturnNameofaFigureExample.m

    %% Return Name of a Figure  

%% 
% Create a |vrfigure| object. 
myworld = vrworld('vrmount.wrl');
open(myworld);
virtual_fig = vrfigure(myworld);  

%% 
% Return the properties of the virtual figure |virtual_fig|. 
figure_name = get(virtual_fig,'Name')