Logical operators and arrays?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Logical operators and arrays: 3-input and truth table Given three 1D arrays (inputA, inputB, inputC), assign 1D array andResult with the outcomes of a 3 variable logical-AND operation. Ex: If inputA is [0, 0, 1], inputB is [0, 1, 1], and inputC is [1, 1, 1], then andResult is [0, 0, 1]
0 Commenti
Risposte (1)
Vedere anche
Categorie
Scopri di più su Logical in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!