photo

Ajai Kannan


Con actividad desde 2019

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
0 Respuestas

CLASIFICACIÓN
20.258
of 300.352

REPUTACIÓN
2

CONTRIBUCIONES
3 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Assignment question based on excel file I/O
Write a function called get_distance that accepts two character vector inputs representing the names of two cities. The function...

más de 6 años hace | 7 respuestas | 1

7

respuestas

Pregunta


Cesar cypher with wrap around for characters
My question is as follows: Write a function called caesar that accepts two arguments: the first is the character vector to be ...

más de 6 años hace | 1 respuesta | 1

1

respuesta

Pregunta


Write a function called max_sum that takes v, a row vector of numbers, and n, a positive integer as inputs. The function needs to find the n consecutive elements of v whose sum is the largest possible.
In other words, if v is [1 2 3 4 5 4 3 2 1] and n is 3, it will find 4 5 and 4 because their sum of 13 is the largest of any 3 c...

más de 6 años hace | 38 respuestas | 0

38

respuestas