John
Followers: 0 Following: 0
Feeds
提问
Identify rows of a matrix, which contain 0's, where there are 1's in an array.
FSM = [0 1 0 1 1 1 0 0 0 0 0 0; 0 1 0 1 0 0 1 1 0 0 0 0; 0 1 0 1 0 0 0 0 1 1 0 0; 1 0 0 0 0 0 0 0 0 0 0 ...
12 months 前 | 2 个回答 | 0
2
个回答提问
I need to find how many 0's there are in matching places, between an array and a matrix.
I have several [1 x 8] arrays (O1-O8) and a [12 x 8] matrix (FSM), both made up of binary digits, as follows: FSM = [0 1 0 1 1 ...
12 months 前 | 2 个回答 | 0