photo

Deepak Kumar Sahoo


Last seen: etwa 2 Monate vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Want a matrix of n number of columns having every possible combinations of shorten elements in its row, an example is given below.
N = 3; phi_mn=[dec2bin(0:2^N-1)' - '0']'; 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 I want to make the same matr...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to implement all possible 2*2 or 3*3 or n*n matrices by using 0 or/and 1 as their elements.
I want to implement all possible 2*2 or 3*3 or n*n matrices by using 0 or/and 1 as their elements.

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten