System of Boolean Equation
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Is there any function / toolbox in Matlab to solve a system of boolean equation that gives every possible solution?
For example,
var1 = x AND y
var2 = x OR z
If I want every var to assume 1 value, possible solutions may be:
[x y z] = [1 1 0], [1 1 1]
1 Commento
Risposte (0)
Vedere anche
Categorie
Scopri di più su Systems Of Linear Equations 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!