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

85 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

KALYAN ACHARJYA
KALYAN ACHARJYA el 6 de Abr. de 2020
nand_result=~(A & B)

Más respuestas (0)

Categorías

Más información sobre Variables en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by