How to check 0 and 1 at matrix every row and column?
    7 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
 matrix can only contain one of the only one in his row and column.
1 commentaire
  Torsten
      
      
 le 25 Avr 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".
Réponse acceptée
Plus de réponses (1)
Voir également
Catégories
				En savoir plus sur Creating and Concatenating Matrices 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!



