How to use bitn

3 次查看(过去 30 天)
Adel Hafri
Adel Hafri 2022-5-14
pretty much the question, i want to write variables as bitn but i dont understand exactly how to

回答(2 个)

the cyclist
the cyclist 2022-5-14
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 2022-5-14
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.

类别

Help CenterFile Exchange 中查找有关 Characters and Strings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by