Code covered by the BSD License  

Highlights from
Viewer3D

image thumbnail
from Viewer3D by Dirk-Jan Kroon
MIP, Color, Slice and Shaded 3D (shearwarp) Volume Rendering, interactive 3D view/measurement GUI

setMyData(data,handle)
function setMyData(data,handle)
% Store data struct in figure
if(nargin<2), handle=gcf; end
setappdata(handle,'data3d',data);

Contact us at files@mathworks.com