convert to binary

3 views (last 30 days)
huda nawaf
huda nawaf on 16 Aug 2011
hi, I need function convert integer to binary then alphabet.
what I must use to get that? thanks
  1 Comment
Image Analyst
Image Analyst on 16 Aug 2011
What do you mean by "alphabet"?

Sign in to comment.

Accepted Answer

Paulo Silva
Paulo Silva on 16 Aug 2011
Use the dec2bin function, the result is a string

More Answers (1)

huda nawaf
huda nawaf on 16 Aug 2011
thanks, can I get binary number with fixed length? say with 10 bits for all numbers, then can serve my work
thanks
  2 Comments
Paulo Silva
Paulo Silva on 16 Aug 2011
dec2bin(DecimalValue,nbits)
example
dec2bin(63,10)
Walter Roberson
Walter Roberson on 16 Aug 2011
Read the dec2bin documentation. Even R13SP2 had the necessary feature. http://www.mathworks.com/help/releases/R13sp2/techdoc/matlab.html

Sign in to comment.

Categories

Find more on Data Type Conversion in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!