photo

Juan Sebastián Hincapié Montes


Last seen: 5 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Trying to make a function for Caesar Encryption -- need help.
I've got a solution to this problems... hope this help you! function [coded] = caesar(v ,sa) secret = double(v); code = ones(...

circa 4 anni fa | 0

Risposto
caesar cyphor encryption problem .
function [coded] = caesar(v ,sa) secret = double(v); code = ones(1, length(v)); for ii=1:length(secret) if secret(...

circa 4 anni fa | 0