photo

Hooman Habibi


TUE

自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: Signal processing, Communications systems, Machine learning, Recreational mathematics

统计学

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
sum of rand matrix equal to zero
Subtract the mean from the samples: n=10; z=randn(n,n); z=z-sum(sum(z))/(n*n); sum(sum(z))

9 years 前 | 0

| 已接受

已回答
Counting a groupe of zeros
The index starts from zero so you must start the loop from i=2. you can also count the consecutive zeros in row vector z by the...

9 years 前 | 0