Latin Square
显示 更早的评论
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
How are you superimposing the two matrices? Latin squares can be any size, though usually not too large. I'm not sure what you mean when you talk about pairs. In a 4 by 4 Latin Square for example, what is X, what is Y, and what is a "pair"?
Andrew
2011-11-20
Walter Roberson
2011-11-20
Those are both good examples of things that are *not* Latin Squares.
Andrew
2011-11-20
Andrew
2011-11-20
Andrew
2011-11-20
Image Analyst
2011-11-20
I don't even see how your "matrix" is even a matrix. To me it looks more like a 3 by 3 cell array where each cell in the cell array contains a 2 by 1 array of numbers.
Image Analyst
2011-11-20
Did you check Wikipedia or the Internet for Latin Square discussions and explanations?
Andrew
2011-11-20
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 个)
类别
在 帮助中心 和 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!