System of Boolean Equation
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur Systems Of Linear Equations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!