Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

hi,I wanted to know, how can i generate a 3 bit sequential binary vector with up to only ONE 1?

1 Ansicht (letzte 30 Tage)
Eg: 001, 010,100

Antworten (1)

John D'Errico
John D'Errico am 17 Aug. 2017
Bearbeitet: John D'Errico am 17 Aug. 2017
Up to only ONE 1 means the number is any number (in decimal) from the set [0,1,2,4].
Pick an element at random from that set. Then convert to binary.
help dec2bin

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by