Julian Veran
Followers: 0 Following: 0
Feeds
已回答
caesar cyphor encryption problem .
(using mod function) function txt = caesar(txt,key) txt = double(txt) + key; first = double(' '); last = doubl...
caesar cyphor encryption problem .
(using mod function) function txt = caesar(txt,key) txt = double(txt) + key; first = double(' '); last = doubl...
4 years 前 | 0
已回答
caesar cyphor encryption problem .
function coded = caesar(M, n) num = double(M); %Converts string into double num2 = num; N = n - 95 * f...
caesar cyphor encryption problem .
function coded = caesar(M, n) num = double(M); %Converts string into double num2 = num; N = n - 95 * f...
4 years 前 | 0