フィルターのクリア

Caesar's cypher Encryption

1 回表示 (過去 30 日間)
Muhammad Ashraf
Muhammad Ashraf 2019 年 11 月 10 日
コメント済み: 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 Center および File ExchangeEncryption / Cryptography についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by