convert to binary
이전 댓글 표시
hi, I need function convert integer to binary then alphabet.
what I must use to get that? thanks
댓글 수: 1
Image Analyst
2011년 8월 16일
What do you mean by "alphabet"?
채택된 답변
추가 답변 (1개)
huda nawaf
2011년 8월 16일
0 개 추천
댓글 수: 2
Paulo Silva
2011년 8월 16일
dec2bin(DecimalValue,nbits)
example
dec2bin(63,10)
Walter Roberson
2011년 8월 16일
Read the dec2bin documentation. Even R13SP2 had the necessary feature. http://www.mathworks.com/help/releases/R13sp2/techdoc/matlab.html
카테고리
도움말 센터 및 File Exchange에서 Data Type Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!