How to use bitn
Mostrar comentarios más antiguos
pretty much the question, i want to write variables as bitn but i dont understand exactly how to
Respuestas (2)
the cyclist
el 14 de Mayo de 2022
0 votos
John D'Errico
el 14 de Mayo de 2022
0 votos
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.
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!