Modulo-2 addition ?

Hello.. I would like to know whether there is any in-built function for performing modulo-2 addition..

 Accepted Answer

Friedrich
Friedrich on 30 Aug 2011
Hi,
you can use the mod command for that. Assume you like to add a and b and than do the modulo 2:
mod(a+b,2)

More Answers (0)

Categories

Tags

Community Treasure Hunt

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

Start Hunting!