MATLAB: Convert to binary

alphabetbinary

hi, I need function convert integer to binary then alphabet.
what I must use to get that? thanks

Best Answer

Use the dec2bin function, the result is a string
Related Question