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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0