photo

Hooman Habibi


TUE

Actif depuis 2012

Followers: 0   Following: 0

Message

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

Statistiques

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
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))

environ 9 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 9 ans il y a | 0