Pregunta


how to convert from column to row ?
if i have a A= 1 2 5 3 4 7 how can i convert it to row B = 1 2 5 3 4 7

más de 8 años hace | 1 respuesta | 2

1

respuesta

Pregunta


Sum of multiple cell in for loop
If i have a n number of cell and i want to calculate each cell independent for example A{1}= 1 3 5 ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


function to solve a binary matrix?
If i have a binary matrix (NxM) A =[0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 ...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


function to calculate summation in matrix
if i have a (M x N) matrix_A with zeros and another (M x N/2) matrix_B filled by number and combine these matrices to each other...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


function to count number of '1' in each row and column
if i have a (M , N) binary matrix which M is number of rows and N is the number of column , and i want to count Number of 1 in e...

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Function to find number of 1 in binary Matrix for each row and for each coulmn
if i have a (M x N) binary matrix where M is number of row and N is number of Column like this example below Matrix...

más de 8 años hace | 2 respuestas | 0

2

respuestas