photo

Dhinesh Kumar


Last seen: mehr als 2 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

0 Fragen
1 Antwort

Cody

0 Probleme
4 Lösungen

ThingSpeak

1 Öffentlich Kanal

RANG
76.819
of 300.352

REPUTATION
0

BEITRÄGE
0 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
55.201
of 168.212

BEITRÄGE
0 Probleme
4 Lösungen

PUNKTESTAND
61

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
1 Öffentlich Kanal

DURCHSCHNITTLICHE BEWERTUNG
30

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Promoter
  • Solver
  • First Review
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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

etwa 3 Jahre vor

Gelöst


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 ...

etwa 3 Jahre vor

Gelöst


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 ...

etwa 3 Jahre vor

Kanal


Patient Data

mehr als 3 Jahre vor

Gelöst


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:...

etwa 4 Jahre vor

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

etwa 5 Jahre vor | 0