photo

Hooman Habibi


TUE

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

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

Statistica

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
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))

circa 9 anni fa | 0

| accettato

Risposto
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...

circa 9 anni fa | 0