Is there a logical NAND operation in MATLAB like the logical AND operation '&'?

71 次查看(过去 30 天)
I need to perform NAND operation in a complex equation. I am trying to find something as simple as the '&' operation that is used to perform logical AND.

采纳的回答

KALYAN ACHARJYA
KALYAN ACHARJYA 2020-4-6
nand_result=~(A & B)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Variables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by