bitxor
Bitwise XOR of two fi objects
Syntax
Description
c = bitxor(a,b)fi objects a and
          b in fi object c.
The output is determined as follows:
- Elements in the output array - care assigned a value of- 1when exactly one of the corresponding bits in the input arrays has a value of- 1.
- Elements in the output array - care assigned a value of- 0when the corresponding bits in the input arrays have the same value (e.g. both- 1's or both- 0's).
Note
This function only supports fi objects with fixed-point data
            types. To compute bitwise XOR of other data types, use the bitxor function.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a