how convert string (more than one character, two, three......) to 8 binary

답변 (1개)

Walter Roberson
Walter Roberson 2019년 8월 25일

0 개 추천

bit_vector = reshape((dec2bin(uint8(TheCharacterVector), 8) - '0').', 1, []);

댓글 수: 1

LEKHCHINE Somia
LEKHCHINE Somia 2019년 8월 25일
sorry may be my question was not clear
my object is to convert 'something like password or any thing ex:(hello)' to '8 bits ex:(10101010)'
so I want to insert it like watermark in my frame because I use dct algorithm

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Cell Arrays에 대해 자세히 알아보기

질문:

2019년 8월 24일

댓글:

2019년 8월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by