All possible combinations of n*n Matrix

1 visualización (últimos 30 días)
Muhammad Rahil Rafiq
Muhammad Rahil Rafiq el 25 de Dic. de 2013
Editada: Matt J el 25 de Dic. de 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 comentario
Matt J
Matt J el 25 de Dic. de 2013
Editada: Matt J el 25 de Dic. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by