function affiche( kol )
%UNTITLED4 Summary of this function goes here
% Detailed explanation goes here
figure( 11 )
imagesc(kol)
colormap(gray)
drawnow
pause(.5)
end
function affiche( kol )
%UNTITLED4 Summary of this function goes here
% Detailed explanation goes here
figure( 11 )
imagesc(kol)
colormap(gray)
drawnow
pause(.5)
end