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

조회 수: 73 (최근 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