Community Profile

photo

Wilver Sánchez


Last seen: quasi 4 anni fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Explorer
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
sparse2matrix random error
% function matrix=sparse2matrix(cell) M=cell{2}*ones(cell{1}(1,1),cell{1}(1,2)); for ii=1:length(cell)-2 M(cell{2+ii}(1...

circa 4 anni fa | 1

Risposto
caesar cyphor encryption problem .
function coded = caesar(text,amound) n=amound - 95 * fix(amound/95); v=double(text)+n; v(v<32)=126-(31-v(v<32)); v(v>126)=32...

circa 4 anni fa | 5