System of Boolean Equation
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Respuestas (0)
Ver también
Categorías
Más información sobre Systems Of Linear Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!