photo

Juan Sebastián Hincapié Montes


Last seen: 7 Monate vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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(...

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0