Latin Square
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
If I was given two matrices X and Y of any size, what should my approach be to test that the superimposed X,Y matrix is a true Latin Square and that every pair in the resulting Matrix is a unique pair?
Any advice welcome.
10 comentarios
Image Analyst
el 20 de Nov. de 2011
What have you tried? Have you called unique() and seen if the length of the unique numbers is equal to the length of the rows (or columns)?
Respuestas (0)
Ver también
Categorías
Más información sobre Quadratic Programming and Cone Programming 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!