(translator=Kuo, ChineseSource=Kuo-20020415-4\bitand.html, EnglishSource=c:\matlabr12\help\techdoc\ref\bitand.html)
MATLAB Function Reference    
bitand

位元值間做 AND 的運算

Syntax

Description

C = bitand(A,B) 傳回兩非負整數 AB 做 AND 運算後的值。我們可以用 ceilfixfloorround 來確保運算域是整數型態的。

Examples

13 和 27 的5個位元二進位表示法分別為 01101 和 11011。 經由 AND 運算後結果為 01001(9)。

See Also

bitcmp, bitget, bitmax, bitor, bitset, bitshift, bitxor


 bin2dec bitcmp