Hooman Habibi
TUE
Active since 2012
Followers: 0 Following: 0
Statistics
All
RANK
10,004
of 301,506
REPUTATION
4
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 21,306
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
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))
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 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...
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 years ago | 0


