Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

1 vue (au cours des 30 derniers jours)
Harrison Kurunathan
Harrison Kurunathan le 29 Juin 2017
Clôturé : MATLAB Answer Bot le 20 Août 2021
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

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by