Hooman Habibi
TUE
2012년부터 활동
Followers: 0 Following: 0
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))
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))
거의 11년 전 | 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...
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...
거의 11년 전 | 0


