How to use bitn

2 views (last 30 days)
Adel Hafri
Adel Hafri on 14 May 2022
Answered: John D'Errico on 14 May 2022
pretty much the question, i want to write variables as bitn but i dont understand exactly how to

Answers (2)

the cyclist
the cyclist on 14 May 2022
I'm not sure if this is what you mean, but there are several integer classes available in MATLAB.

John D'Errico
John D'Errico on 14 May 2022
You cannot define a scalar variable as a binary one with an arbitrary number of bits. You can define integer variables, with a specific number of choices, but those integer classes are limited.
However, nothing stops you from defining a vector that would contain the bits as you wish, as separate elements of that vector.

Categories

Find more on Characters and Strings in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!