photo

Hooman Habibi


TUE

Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

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

Estadística

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

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

alrededor de 9 años hace | 0

| aceptada

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

alrededor de 9 años hace | 0