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