Info
この質問は閉じられています。 編集または回答するには再度開いてください。
matrix manipulation - How to arrange the elements of the matrix based on a constraint?
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, Let us consider an array {(c,d), (c,a), (a,b), (b,e), (b,d), (d,f), (f,a), (e,f)} If i want to place this in a 3X3 matrix in such a way no elements repeat in a column what should I do
expected answer
[c,d] [c,a] [d,f]
[b,e] [b,d] []
[f,a] [e,f] []
Is this possible?
Thanks in advance
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!