It looks like a colormap is being applied without your knowledge. I'd use imshow() instead of image. Otherwise you can set the colormap to gray(256);
colormap(handleToAxes, gray(256));
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!