Matlab:假设1-26分别代表a-z二十六个字母
下面为一段数字,将把它翻译过来2515218122520152512952259142515211819512620812091920851953185201561921...
下面为一段数字,将把它翻译过来
25 15 21 8 1 22 5 20 15 2 5 12 9 5 22 5 9 14 25 15 21 18 19 5 12 6 20 8 1 20 9 19 20 8 5 19 5 3 18 5 20 15 6 19 21 3 3 5 19 19
请用function函数编写 展开
25 15 21 8 1 22 5 20 15 2 5 12 9 5 22 5 9 14 25 15 21 18 19 5 12 6 20 8 1 20 9 19 20 8 5 19 5 3 18 5 20 15 6 19 21 3 3 5 19 19
请用function函数编写 展开
2个回答
展开全部
function str=dec2char(num)
s=num+96;
str=char(s);
祝你学习愉快!
s=num+96;
str=char(s);
祝你学习愉快!
来自:求助得到的回答
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
Sievers分析仪
2024-10-13 广告
2024-10-13 广告
是的。传统上,对于符合要求的内毒素检测,最终用户必须从标准内毒素库存瓶中构建至少一式两份三点标准曲线;必须有重复的阴性控制;每个样品和PPC必须一式两份。有了Sievers Eclipse内毒素检测仪,这些步骤可以通过使用预嵌入的内毒素标准...
点击进入详情页
本回答由Sievers分析仪提供
展开全部
S=[25 15 21 8 1 22 5 20 15 2 5 12 9 5 22 5 9 14 25 15 21 18 19 5 12 6 20 8 1 20 9 19 20 8 5 19 5 3 18 5 20 15 6 19 21 3 3 5 19 19];
S1=S+96;
>> char(S1)
ans =
youhavetobelieveinyourselfthatisthesecretofsuccess
you have to believe in yourself that is the secret of success
----------------------------------------------
function code=decode(x)
x=x+96;
code=char(x);
--------------------------------------
x=[25 15 21 8 1 22 5 20 15 2 5 12 9 5 22 5 9 14 25 15 21 18 19 5 12 6 20 8 1 20 9 19 20 8 5 19 5 3 18 5 20 15 6 19 21 3 3 5 19 19];
decode(x)
S1=S+96;
>> char(S1)
ans =
youhavetobelieveinyourselfthatisthesecretofsuccess
you have to believe in yourself that is the secret of success
----------------------------------------------
function code=decode(x)
x=x+96;
code=char(x);
--------------------------------------
x=[25 15 21 8 1 22 5 20 15 2 5 12 9 5 22 5 9 14 25 15 21 18 19 5 12 6 20 8 1 20 9 19 20 8 5 19 5 3 18 5 20 15 6 19 21 3 3 5 19 19];
decode(x)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询