I am Charmie

メモとログ

MatLabでの論理和・論理積

bitorとbitandという関数を使えば良い。
res = bitand(src1, src2);