Hi,
I would like to modify a full colored picture making it scrambled.
My problem is that matlab gives me a gray scale picture when I enter a full colored picture.
Here is the function.... hope somebody can help me
function newim = scrambled(im,n)
mn = floor(size(im)/n);
m1 = mn(1);
n1 =...