photo

Herbert Mango


Last seen: 16 días hace Con actividad desde 2026

Followers: 0   Following: 0

Estadística

Cody

0 Problemas
10 Soluciones

CLASIFICACIÓN
N/A
of 301.186

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.188

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
39.097
of 173.292

CONTRIBUCIONES
0 Problemas
10 Soluciones

PUNTUACIÓN
116

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Draw a '0' in a one matrix!

16 días hace

Resuelto


Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...

16 días hace

Resuelto


Double all elements in the array
Duplicate all elements in the array

16 días hace

Resuelto


calculate the length of matrix
input 1 array, calculate the length

16 días hace

Resuelto


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

16 días hace

Resuelto


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

16 días hace

Resuelto


Create a vector
Create a vector from 0 to n by intervals of 2.

16 días hace

Resuelto


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

16 días hace

Resuelto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

16 días 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 ...

16 días hace