How to check 0 and 1 at matrix every row and column?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Md. Mohidul Islam
el 25 de Abr. de 2022
Comentada: Torsten
el 25 de Abr. de 2022
matrix can only contain one of the only one in his row and column.
1 comentario
Torsten
el 25 de Abr. de 2022
If you know that the matrix contains only 0's and 1's, sum the rows and sum the columns. If the result is 1 in each case, return "correct".
Respuesta aceptada
Más respuestas (1)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices 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!