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

72 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

KALYAN ACHARJYA
KALYAN ACHARJYA am 6 Apr. 2020
nand_result=~(A & B)

Weitere Antworten (0)

Kategorien

Mehr zu Variables finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by