photo

Juan Sebastián Hincapié Montes


Last seen: 3개월 전 2020년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
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(...

거의 4년 전 | 0

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

거의 4년 전 | 0