Unable to use multiplication with grayscale image matrix

Viewed 5723

I am quite new to matlab/octave. I loaded an image using imread() function of octave. I tried to perform multiplication operation on the matrix but get the following error:

binary operator `*' not implemented for `uint8 matrix' by `matrix' operations 

Is there another way to input the image??

3 Answers
Related