Info

この質問は閉じられています。 編集または回答するには再度開いてください。

matrix manipulation - How to arrange the elements of the matrix based on a constraint?

1 回表示 (過去 30 日間)
Harrison Kurunathan
Harrison Kurunathan 2017 年 6 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by