How to generate a total random 6 by 6 Latin Square?
이전 댓글 표시
I have a question about 6 by 6 Latin Square, right now I have a Latin Square like this:
6 1 4 2 3 5
3 4 1 5 6 2
5 6 3 1 2 4
4 5 2 6 1 3
2 3 6 4 5 1
1 2 5 3 4 6
But I found in the fourth column and sixth column, 1 and 6 comes out in the the same sequence (6 is just behind 1). The same situation happens in the first column and fifth column, 5 and 4 comes out in the same sequence (4 is just behind 5). Is it possible to avoid this problem? Thank you very much!
답변 (1개)
George Papazafeiropoulos
2014년 5월 23일
0 개 추천
Look at the following:
Hope this helps!
댓글 수: 2
Tao
2014년 5월 23일
Ilya Gurin
2019년 10월 28일
Also, File Exchange has a very restrictive license.
카테고리
도움말 센터 및 File Exchange에서 Design of Experiments에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!