Latin Square
8 次查看(过去 30 天)
显示 更早的评论
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 个评论
Image Analyst
2011-11-20
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)?
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Quadratic Programming and Cone Programming 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!