Addition of two unequal matrices
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have two matrices of binary variables, e.g A = [1 0;1 1;0 1] and B = [1;0;1].My first question is how to add these matrices, and the other question is I want to apply this statement on the result: A + B <=1. Thanks
3 comentarios
M
el 10 de Oct. de 2018
add zeros to the the remaining position
Can you explain what you mean exactly?
Ver también
Categorías
Más información sobre Logical 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!