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
...
8 years 前 | 1 个回答 | 0
1
个回答
提问
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 ...
8 years 前 | 1 个回答 | 0
1
个回答
提问
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...