convert to binary

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

 Risposta accettata

Paulo Silva
Paulo Silva il 16 Ago 2011

0 voti

Use the dec2bin function, the result is a string

Più risposte (1)

huda nawaf
huda nawaf il 16 Ago 2011

0 voti

thanks, can I get binary number with fixed length? say with 10 bits for all numbers, then can serve my work
thanks

2 Commenti

Paulo Silva
Paulo Silva il 16 Ago 2011
dec2bin(DecimalValue,nbits)
example
dec2bin(63,10)
Walter Roberson
Walter Roberson il 16 Ago 2011
Read the dec2bin documentation. Even R13SP2 had the necessary feature. http://www.mathworks.com/help/releases/R13sp2/techdoc/matlab.html

Accedi per commentare.

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by