MATLAB: Remote Sensing Data

brightness levelremote sensing

hello all,
cannot find anywhere "gray scale in 128 brightness level" for plotting an image. how do you change brightness level? I tried to use "brighten (beta)", but it is only -1 to 1. thank you!
Kay

Best Answer

I don't know what you're after exactly but you might try imadjust(), or intlut(), or colormap(). One of those should probably do what you want.