convert to binary
显示 更早的评论
hi, I need function convert integer to binary then alphabet.
what I must use to get that? thanks
采纳的回答
更多回答(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!