Community Profile

photo

Juan Sebastián Hincapié Montes


Last seen: 5 months 前 自 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(...

3 years 前 | 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(...

3 years 前 | 0