string convert to binary 8
이전 댓글 표시
how convert string (more than one character, two, three......) to 8 binary
답변 (1개)
Walter Roberson
2019년 8월 25일
bit_vector = reshape((dec2bin(uint8(TheCharacterVector), 8) - '0').', 1, []);
카테고리
도움말 센터 및 File Exchange에서 Cell Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!