load anat
colormap gray

for i=1:size(anat,3)
    szelet = anat(:,:,i);
    imagesc(szelet)
    axis off
    pause(0.02)
end