photo

Robyn Jackey

Last seen: 7 jours il y a Actif depuis 2012

Followers: 0   Following: 0

Message

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

Statistiques

All
MATLAB Answers

0 Questions
2 Réponses

File Exchange

13 Fichiers

Cody

0 Problèmes
4 Solutions

RANG
4 262
of 301 327

RÉPUTATION
12

CONTRIBUTIONS
0 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
280 of 21 234

RÉPUTATION
5 347

CLASSEMENT MOYEN
4.80

CONTRIBUTIONS
13 Fichiers

TÉLÉCHARGEMENTS
215

ALL TIME TÉLÉCHARGEMENTS
32405

RANG
64 105
of 173 995

CONTRIBUTIONS
0 Problèmes
4 Solutions

SCORE
51

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE 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

Afficher les badges

Feeds

Afficher par

A résolu


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

environ 5 ans il y a

A résolu


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

presque 14 ans il y a

A résolu


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

presque 14 ans il y a

A résolu


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

presque 14 ans il y a