matlab可以实现按位操作吗?

2024-12-04 22:25:51
推荐回答(2个)
回答1:

在matlab中按位操作的函数有:
bitand按位求与
a=bitand(7,3)

a =

3
bitor按位求或
a=bitor(7,3)

a =

7

祝你学习愉快!

回答2:

一个循环 一个是用两个矩阵进行操作