All possible combinations of n*n Matrix
1 view (last 30 days)
Show older comments
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 Comment
Answers (0)
See Also
Categories
Find more on Matrices and Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!