the multiplica​tion/inter​section of boolean matrices

This is a question about the multiplication/intersection of boolean matrices.
For example, Consider A=[a11, a12; a21, a22] and B=[b11, b12; b21, b22].
Then if you run "A&B", you would see the result:

回答(1 个)

Sure ...
  • A & B equals logical(A * B)
  • A | B equals logical(A+B)
Or am I missing something …

类别

帮助中心File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

提问:

2013-12-10

回答:

2013-12-10

Community Treasure Hunt

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

Start Hunting!

Translated by