Caesar's cypher Encryption

3 visualizzazioni (ultimi 30 giorni)
Muhammad Ashraf
Muhammad Ashraf il 10 Nov 2019
Commentato: Muhammad Ashraf il 10 Nov 2019
What is wrong with my code??

Risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Encryption / Cryptography in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by