Robyn Jackey - MATLAB Central
photo

Robyn Jackey

Last seen: 1 día hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

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

Estadística

All
File ExchangeCodyMATLAB AnswersFrom 04/12 to 03/25Use left and right arrows to move selectionFrom 04/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Preguntas
2 Respuestas

File Exchange

13 Archivos

Cody

0 Problemas
4 Soluciones

CLASIFICACIÓN
4.455
of 297.457

REPUTACIÓN
12

CONTRIBUCIONES
0 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
299 of 20.438

REPUTACIÓN
5.038

EVALUACIÓN MEDIA
4.80

CONTRIBUCIONES
13 Archivos

DESCARGAS
244

ALL TIME DESCARGAS
30128

CLASIFICACIÓN
58.521
of 158.938

CONTRIBUCIONES
0 Problemas
4 Soluciones

PUNTUACIÓN
51

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 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

Ver insignias

Feeds

Ver por

Resuelto


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

alrededor de 4 años hace

Resuelto


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

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

casi 13 años hace

Resuelto


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

casi 13 años hace