Modulo-2 addition ?

90 次查看(过去 30 天)
Synchronie
Synchronie 2011-8-30
Hello.. I would like to know whether there is any in-built function for performing modulo-2 addition..

采纳的回答

Friedrich
Friedrich 2011-8-30
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)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by