function see(I) %displays normalized image z=I-min(min(I));z=z./max(max(z)); image(30.*z)