I have an array containing thousands (may be lakhs) of binary values. Want to apply bit shifting operations on that. bitshift,bitsra etc. works on integer values in matlab and it is not possible to convert a binary number of 10-12 thousand bits to decimal, as it will be infinity. Any suitable solution???

Similar questions and discussions