photo

Marco Caruso


Last seen: 3 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

1 Pregunta
1 Respuesta

File Exchange

2 Archivos

Cody

0 Problemas
5 Soluciones

ThingSpeak

1 Público Canal

CLASIFICACIÓN
12.515
of 300.369

REPUTACIÓN
3

CONTRIBUCIONES
1 Pregunta
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
3

CLASIFICACIÓN
11.743 of 20.936

REPUTACIÓN
39

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
2 Archivos

DESCARGAS
5

ALL TIME DESCARGAS
363

CLASIFICACIÓN
48.427
of 168.407

CONTRIBUCIONES
0 Problemas
5 Soluciones

PUNTUACIÓN
80

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
1 Público Canal

EVALUACIÓN MEDIA
30

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 2
  • First Submission
  • Solver
  • First Answer

Ver insignias

Feeds

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

más de 5 años hace

Resuelto


"Look and say" sequence
What's the next number in this sequence? * [0] * [1 0] * [1 1 1 0] * [3 1 1 0] * [1 3 2 1 1 0] This a variant on the w...

más de 5 años hace

Resuelto


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given numbe...

más de 5 años hace

Resuelto


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

más de 5 años hace

Resuelto


Binary code (array)
Write a function which calculates the binary code of a number 'n' and gives the result as an array(vector). Example: Inpu...

más de 5 años hace