photo

Robyn Jackey

Last seen: 8 Tage vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Principal Consultant with MathWorks Consulting Services, specializing in MATLAB software architecture, development, and app building.

Programming Languages:
C++, C, Java, C#, MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistik

All
MATLAB Answers

0 Fragen
2 Antworten

File Exchange

13 Dateien

Cody

0 Probleme
4 Lösungen

RANG
4.262
of 300.364

REPUTATION
12

BEITRÄGE
0 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
1

RANG
282 of 20.934

REPUTATION
5.256

DURCHSCHNITTLICHE BEWERTUNG
4.80

BEITRÄGE
13 Dateien

DOWNLOADS
190

ALL TIME DOWNLOADS
31629

RANG
61.980
of 168.407

BEITRÄGE
0 Probleme
4 Lösungen

PUNKTESTAND
51

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Personal Best Downloads Level 4
  • Knowledgeable Level 1
  • Editor's Pick
  • GitHub Submissions Level 3
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...

mehr als 4 Jahre vor

Gelöst


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

mehr als 13 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:...

mehr als 13 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mehr als 13 Jahre vor