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

76 ビュー (過去 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 Center および File ExchangeVariables についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by