convert to binary
Mostra commenti meno recenti
hi, I need function convert integer to binary then alphabet.
what I must use to get that? thanks
1 Commento
Image Analyst
il 16 Ago 2011
What do you mean by "alphabet"?
Risposta accettata
Più risposte (1)
huda nawaf
il 16 Ago 2011
0 voti
2 Commenti
Paulo Silva
il 16 Ago 2011
dec2bin(DecimalValue,nbits)
example
dec2bin(63,10)
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
Categorie
Scopri di più su Data Type Conversion in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!