Ideth Kara
Followers: 0 Following: 0
Feeds
提问
Change index of element in matrix with constraint
Hi all! i have i binary matrix A(180,60), in each column i have 3 "ones" and only "one" by row,the sum of each row equal to 1. ...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to generate a binary matrix with a fixed sum in rows and a changeable sum in columns?
Hello everyone ! i have a binary matrix (M,N) .I want to get sum equal to 1 in each row and in columns sum varies between [1 an...
2 years 前 | 1 个回答 | 0
1
个回答提问
How can i extract coordinates of point from matlab figure ?
Hello everyone ! i have this code , i want to extract the coordinates of all points constructing the curve. Xu=linspace(0,60...
2 years 前 | 2 个回答 | 0
2
个回答提问
How can I generate a binary matrix with a condition on the rows and columns?
Hello everyone! i have a matrix (M,N) i want to fill it with "0" and "1" values under the following condition : sum in each ro...
2 years 前 | 1 个回答 | 0
1
个回答提问
How can i get the index of all matrix value
hello! i have a matrix A , i want to find the index of all value in the matrix not a specific value like shown in B A=[7 ...
4 years 前 | 3 个回答 | 0
3
个回答提问
Add two binary matrices and get only "1" in each row
Hello eveyone! I have two binary matrices(m*n),i want to add those two matrices but in order to get only '1' in each row . thi...
4 years 前 | 1 个回答 | 0
1
个回答提问
how to find the next maximum value in column of the matrix which is different at the index of the first
Hi! I have an N * M matrix, i want to find the maximum value in each column,if the index of the first max value is the same wit...
4 years 前 | 1 个回答 | 0