All possible combinations of n*n Matrix

2 ビュー (過去 30 日間)
Muhammad Rahil Rafiq
Muhammad Rahil Rafiq 2013 年 12 月 25 日
編集済み: Matt J 2013 年 12 月 25 日
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 件のコメント
Matt J
Matt J 2013 年 12 月 25 日
編集済み: Matt J 2013 年 12 月 25 日
That's doubtful. A lower bound on the memory it would require to store factorial(25) permutations of anything is 4.4194e+09 GB.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by