Code covered by the BSD License  

Highlights from
Volume Browser, Release 1.03

image thumbnail
from Volume Browser, Release 1.03 by Eike Rietsch
GUI for visualization of data volumes via slices, contour lines, isosurfaces, and animation.

gui_handle=get_gui_handle
function gui_handle=get_gui_handle
% Get handle of GUI of volume browser
%
% Written by: E. Rietsch: October 21, 2006
% Last updated:
%
%             gui_handle=get_gui_handle
% OUTPUT
% gui_handle  handle of volume browser GUI

if ~isstruct(get(gcf,'userdata'))
   gui_handle=get(gcf,'userdata');
else
   gui_handle=gcf;
end

Contact us at files@mathworks.com