From: kunal varaiya on
How to apply AND operation in MATLAB,

because i have two image and i want do AND operation in two images...
how to apply AND operation ?

please help me for that...
From: Sean on
"kunal varaiya" <kvaraiya(a)gmail.com> wrote in message <hq4803$1r7$1(a)fred.mathworks.com>...
> How to apply AND operation in MATLAB,
>
> because i have two image and i want do AND operation in two images...
> how to apply AND operation ?
>


Iboth = I1&I2;