MATLAB: How to use bit shift operations.

MATLAB

Bit shift operations "<<" and ">>" in MATLAB is not available.
Are operations "<<" and ">>" able to change other function? How do I use bit shift operations function?

Best Answer

Masazumi - use bitshift to shift the bits of your integers.