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

位元值間做 XOR 的運算

Syntax

Description

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

Examples

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

See Also

bitand, bitcmp, bitget, bitmax, bitor, bitset, bitshift


 bitshift blanks