Community Profile

photo

Dhinesh Kumar


Last seen: alrededor de 1 año hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

All
  • Promoter
  • Solver
  • First Review
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


String Logic 2
Example: ROSY --> HEIO TRUST --> JHKIJ MOSTLY --> CEIJBO

más de 1 año hace

Resuelto


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

más de 1 año hace

Resuelto


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

más de 1 año hace

Canal


Patient Data

alrededor de 2 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

más de 2 años hace

Respondida
caesar cyphor encryption problem .
function txt = caesar(txt,key) txt = double(txt) + key; first = double(' '); last = double('~'); % use mod t...

más de 3 años hace | 0