Tin Nguyen
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
36.318
of 296.352
REPUTACIÓN
1
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.394
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 156.133
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
Feeds
Pregunta
What am I doing wrong in my code? Trying to detect if array has NaN.
So this is my code: x = [ NaN NaN 24 ] if isnan(x)==1 A=2 else A=min(x) end So I ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find complex numbers in an array and turn it into something else?
So if I had an array that contains real numbers and complex number such as this: r = 0.2876 + 0.3069i 0.2876 - 0.30...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to select specific elements in a matrix?
Say I have a 10x10 matrix x = 17 24 1 8 15 23 5 7 14 16 4 6 13 20 ...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Writing strings on multiple lines
Hi, I am trying to draw a graph with the following code: figure plot(x,dfdx4,'k-',x,dfdx5,'b-',x,dfdx6,'g-', x,fx4, ...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to find all the even numbers in a vector?
Say we have a vector x=[ 1 1 2 2 2 2 3 3 3 3 4 4 4 ] and I want to find all the even numbers but subtract is by 1 so that the ve...
más de 9 años hace | 1 respuesta | 0