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

位元值間做 OR 的運算

Syntax

Description

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

Examples

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

See Also

bitand, bitcmp, bitget, bitmax, bitset, bitshift, bitxor


 bitmax bitset