How to use bit shift operations.

7 views (last 30 days)
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?

Accepted Answer

Geoff Hayes
Geoff Hayes on 7 Apr 2015
Masazumi - use bitshift to shift the bits of your integers.
  3 Comments
Geoff Hayes
Geoff Hayes on 7 Apr 2015
Masazumi - I don't think you can do that. The "<<" or ">>" don't appear as operators at class operator implementations. Why do you want to do this?
Masazumi Akiya
Masazumi Akiya on 8 Apr 2015
Because I want MATLAB/Simulink to load our C-file. Then, the C-file is using operators "<<" and ">>" . So, I want to replace operators "<<" and ">>" with other functions.

Sign in to comment.

More Answers (0)

Tags

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!