C++ Math Library Reference | ![]() ![]() |
C++ Prototype
mwArray xor(const mwArray &A, const mwArray &B);
C++ Syntax
#include "matlab.hpp"
mwArray A, B; // Input argument(s)
mwArray C; // Return value
C = xor(A,
B);
MATLAB Syntax
C = xor(A,
B)
See Also
xor
Calling Conventions![]() | wilkinson | zeros | ![]() |