Feeds
질문
Get the row index of matrix where the first 3 columns are equal in two matrix
Hi I have the matrix A and the matrix B A = [1 2 3 6 8 9;3 5 1 7 8 89;23 2 4 5 56 7;11 12 14 15 16 17] B = [1 2 3;1...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
How can I search a binary array inside other bigger binary array?
For example I have the A array A = [1 0 0 1 0,0 0 0 0 0,0 1 0 1 0,0 0 0 0 0] I need to seach how many times is the B a...
10년 초과 전 | 답변 수: 1 | 0
