Community Profile

photo

Brandon


Active since 2012

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Binary string to character conversion
Hello, If I have a string, S = 001000110111 Given: a = 0 b = 10 c = 110 d = 111 I need to convert the string us...

12 years ago | 1 answer | 0

1

answer

Question


Convert binary to 8-bit integer?
I currently have the following code: fid = fopen('input.txt', 'r'); l = fread(fid, 13,'uint8=>char'); N=0; ...

12 years ago | 0 answers | 0

0

answers