photo

HN


Last seen: 12 meses hace Con actividad desde 2020

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

30 Preguntas
2 Respuestas

File Exchange

2 Archivos

Cody

0 Problemas
9 Soluciones

CLASIFICACIÓN
249.029
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
30 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
63.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
9.896 of 20.936

REPUTACIÓN
66

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
2 Archivos

DESCARGAS
3

ALL TIME DESCARGAS
666

CLASIFICACIÓN
37.980
of 168.436

CONTRIBUCIONES
0 Problemas
9 Soluciones

PUNTUACIÓN
113

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 2
  • Promoter
  • Thankful Level 3
  • GitHub Submissions Level 2
  • First Submission
  • Solver
  • Explorer
  • First Review

Ver insignias

Feeds

Ver por

Resuelto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

casi 5 años hace

Resuelto


matrix zigzag
Unfold a 2-D matrix to a 1-D array in zig-zag order, e.g., for matrix [ 1 2 3 ; 4 5 6 ; 7 8 9 ] the resulting 1-...

alrededor de 5 años hace

Resuelto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

alrededor de 5 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 5 años hace

Resuelto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

más de 5 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...

más de 5 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

más de 5 años hace

Resuelto


Return area of square
Side of square=input=a Area=output=b

más de 5 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 5 años hace