Tagged Questions
0
votes
1answer
55 views
Count the number of times a number is repeating in a vector
I have created a vector containing zeros and 1's using the following command in a for loop.
G(:,i)=rand(K,1)<rand;
Since this is part of a larger problem at a particular stage I need to count ...