Tagged Questions
4
votes
4answers
2k views
Calculating Hamming weight efficiently in matlab
Given a MATLAB uint32 to be interpreted as a bit string, what is an efficient and concise way of counting how many nonzero bits are in the string?
I have a working, naive approach which loops over ...