photo

John


Last seen: 7 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

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 ...

7 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 ...

7 months 前 | 2 个回答 | 0

2

个回答