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 years 前 | 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 years 前 | 1 个回答 | 0
