Problem 2281. Array ex-OR

There are in MATLAB logical functions such as and, or, xor.

And has its matrix equivalent all, and so has or its any.

Write a function which is array equivalent for exclusive-OR function xor.

Note that your solution will be scored using its Cody size and complexity.

Solution Stats

61.79% Correct | 38.21% Incorrect
Last Solution submitted on Feb 15, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers50

Suggested Problems

More from this Author40

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!