Feeds
提问
accumulate a matrix of counters
I'm keeping a matrix of counters m. The indices of the individual counters to add to are kept in a (large) vector indx. What I ...
13 years 前 | 1 个回答 | 0
1
个回答提问
convert consecutive ones into alternating one/zero's
I need to convert a vector consisting of ones and zero's such that consecutive blocks of 1's will be replaced by alternating one...
13 years 前 | 5 个回答 | 2
