Community Profile

photo

Hooman Habibi


TUE

Active since 2012

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

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Content Feed

View by

Answered
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 ago | 0

| accepted

Answered
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 ago | 0