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.

reset_callback(hobject, eventdata, handles, varargin) %#ok Used in callback
function reset_callback(hobject, eventdata, handles, varargin)  %#ok Used in callback
% Reset and update statistical values
%
% Modified by E. Rietsch: October 15, 2006

global V3D_HANDLES

figure_handle=V3D_HANDLES.figure_handle;

ud=get(figure_handle,'userdata');

%	Update statistics
set(handles.min,'String',min(ud.v(:)));
set(handles.max,'String',max(ud.v(:)));

%	Update colorbar
colorbar_callback(hobject, eventdata, handles, varargin);

Contact us at files@mathworks.com