xor
Exclusive or.
📝 Syntax
R = xor(V1, V2)
R = xor(V1, V2, ... , VN)
📥 Input argument
V1 - a matrix.
V2 - a matrix, same dimensions than V1.
VN - a matrix, same dimensions than V1.
📤 Output argument
R - a logical matrix.
📄 Description
xor performs a logical exclusive-OR.
💡 Example
🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?