All possible combinations of n*n Matrix

1 visualizzazione (ultimi 30 giorni)
Muhammad Rahil Rafiq
Muhammad Rahil Rafiq il 25 Dic 2013
Modificato: Matt J il 25 Dic 2013
A=[1 1 1 1 1;
0 0 0 0 0;
0 0 0 0 0;
0 0 0 0 0;
0 0 0 0 0]
I want to store all possible combinations/permutations of Matrix A.
Please Help
  1 Commento
Matt J
Matt J il 25 Dic 2013
Modificato: Matt J il 25 Dic 2013
That's doubtful. A lower bound on the memory it would require to store factorial(25) permutations of anything is 4.4194e+09 GB.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Matrices and Arrays in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by