Exclusive or
C = xor(A,B)
"xor" is a simple convenience function to calculate the exclusive OR logical operator on the corresponding elements of the input arrays. The resulting element is %f if either the corresponding elements in A or in B are nonzero, but not both.
http://siptoolbox.sourceforge.net