Caesar's cypher Encryption

1 visualización (últimos 30 días)
Muhammad Ashraf
Muhammad Ashraf el 10 de Nov. de 2019
Comentada: Muhammad Ashraf el 10 de Nov. de 2019
What is wrong with my code??

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Encryption / Cryptography en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by