Caesar's cypher Encryption

14 次查看(过去 30 天)
Muhammad Ashraf
Muhammad Ashraf 2019-11-10
What is wrong with my code??

回答(1 个)

David Hill
David Hill 2019-11-10
function coded=caeser(v,a)
coded=char(mod(v-32+a,95)+32);
end
  1 个评论
Muhammad Ashraf
Muhammad Ashraf 2019-11-10
I get that, Thank U.
But I wanna know why my code is not working!!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Encryption / Cryptography 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by