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.

cancel_callback(varargin)
function cancel_callback(varargin)
% Cancels animation  in "sliceomat"

% hObject    handle to cancel (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)

hObject=varargin{1};
% ud=get(hObject,'UserData')
set(hObject,'userdata',1)
% tag=get(hObject,'Tag')

Contact us at files@mathworks.com