photo

Joshua Taylor


Last seen: más de 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

0 Preguntas
2 Respuestas

Cody

0 Problemas
5 Soluciones

CLASIFICACIÓN
16.312
of 300.352

REPUTACIÓN
2

CONTRIBUCIONES
0 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
1

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
58.524
of 168.212

CONTRIBUCIONES
0 Problemas
5 Soluciones

PUNTUACIÓN
60

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
Trying to import data file
Depending on the format of the data (it looks similar to excel) you might be able to use readcell. This will read it into a cell...

casi 6 años hace | 0

Respondida
Repeat the value of a variable to match the length of another variable
So, when you say X = TESTING, I assume you mean a variable X = 'testing' One thing you could do is copy the variable and then t...

casi 6 años hace | 1

Resuelto


Find the next prime number
Find the next prime number or numbers for given n. For example: n = 1; out = 2; or n = [5 7]; out = [7 11]; ...

casi 6 años hace

Resuelto


The Goldbach Conjecture
The <http://en.wikipedia.org/wiki/Goldbach's_conjecture Goldbach conjecture> asserts that every even integer greater than 2 can ...

casi 6 años hace

Resuelto


Tic Tac Toe FTW
Given a tic tac toe board: * 1 represents X * 0 represents empty. * -1 represents O It is X's move. If there is an imme...

casi 6 años hace

Resuelto


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

casi 6 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

casi 6 años hace