Community Profile

photo

Muhammad Saleh


Last seen: 5 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Explorer
  • First Answer

View badges

Feeds

View by

Answered
I get an error, what's wrong? on Sparse matrix logic and answer
function matrix = sparse2matrix(sparce_rep) matrix=ones(sparce_rep{1}); matrix=matrix*sparce_rep{2}; for ii=3:length(sparce_r...

6 months ago | 0

Answered
caesar cyphor encryption problem .
function coded=caesar(v, shift) if(shift>94) shift=mod(shift,94); end if (shift<-94) shift=-(mod(abs(shift),94)); ...

6 months ago | 0