Feeds
답변 있음
How to turn a 64-bit matrix into a binary matrix
Basically I want to change each value in the matrix from 8 bytes to 1 bit
How to turn a 64-bit matrix into a binary matrix
Basically I want to change each value in the matrix from 8 bytes to 1 bit
거의 13년 전 | 0
| 수락됨
질문
How to turn a 64-bit matrix into a binary matrix
I have a matrix that is millions of rows long. It's a matrix of only one's and zero's. I want to turn the value type from 64-b...
거의 13년 전 | 답변 수: 3 | 0
3
답변질문
How can I create a random binary matrix with a specified number of 1's and 0's?
fi = 1/3 x = randi([0 1],1,9); while (mean(x)~= fi) x = randi([0 1],1,9); end This...
거의 13년 전 | 답변 수: 4 | 0
