matlab中怎样把ASCII码转换成字符串
答案:2 悬赏:10 手机版
解决时间 2021-03-04 12:53
- 提问者网友:蓝琪梦莎
- 2021-03-03 21:43
matlab中怎样把ASCII码转换成字符串
最佳答案
- 五星知识达人网友:三千妖杀
- 2021-03-03 23:02
DEC2BIN Convert decimal integer to a binary string.
DEC2BIn(D) returns the binary representation of D as a string.
D must be a non-negative integer smaller than 2^52.
DEC2BIn(D,N) produces a binary representation with at least
N bits.
Example
dec2bin(23) returns '10111'
对字符'a',调用如下:
1
dec2bin('a', 8)
DEC2BIn(D) returns the binary representation of D as a string.
D must be a non-negative integer smaller than 2^52.
DEC2BIn(D,N) produces a binary representation with at least
N bits.
Example
dec2bin(23) returns '10111'
对字符'a',调用如下:
1
dec2bin('a', 8)
全部回答
- 1楼网友:佘樂
- 2021-03-03 23:21
abs 把串翻译成ascii码
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯