MATLAB: Why i cannot display an image

wavelet

I have done wavedec2 on an image and extracted the approximate coefficients using appcoef2.I want to display the approximate image but its showing total white.why is it so. how to get the image?

Best Answer

use imagesc() or use imshow() with [] as the second parameter.