Caesar's cypher Encryption

1 Ansicht (letzte 30 Tage)
Muhammad Ashraf
Muhammad Ashraf am 10 Nov. 2019
Kommentiert: Muhammad Ashraf am 10 Nov. 2019
What is wrong with my code??

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Encryption / Cryptography finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by