string convert to binary 8
Afficher commentaires plus anciens
how convert string (more than one character, two, three......) to 8 binary
Réponses (1)
Walter Roberson
le 25 Août 2019
bit_vector = reshape((dec2bin(uint8(TheCharacterVector), 8) - '0').', 1, []);
1 commentaire
LEKHCHINE Somia
le 25 Août 2019
Catégories
En savoir plus sur Cell Arrays dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!