MATLAB: How to change a one bit value of an image in matlab.? if image size 256*256 and just to change one pixel value

digital image processingimage processingMATLABmatrix manipulation

Image= imread('camera man.png');
Related Question