photo

John


Last seen: 7개월 전 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개월 전 | 답변 수: 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개월 전 | 답변 수: 2 | 0

2

답변