string convert to binary 8

조회 수: 2 (최근 30일)
LEKHCHINE Somia
LEKHCHINE Somia 2019년 8월 24일
댓글: LEKHCHINE Somia 2019년 8월 25일
how convert string (more than one character, two, three......) to 8 binary

답변 (1개)

Walter Roberson
Walter Roberson 2019년 8월 25일
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

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

카테고리

Help CenterFile Exchange에서 Numeric Types에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by