Serhii Sheinych
Followers: 0 Following: 0
Estadística
5 Preguntas
0 Respuestas
CLASIFICACIÓN
192.146
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
5 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
How to rewrite the maximum element of an array by an avarage
I have an array of 100 random numbers and i need to detect the maximum value of an array and then replace it by mean value of an...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to implement this formula in MatLab?
n is a constant = 100 x is an array of 100 rand elements
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to find value which is berofe max value of an array?
I have an array, let it be r1 = rand(1,100). I need to find max value and a value which is before maximum. How can i do it? Ma...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to built a histogram in MatLab as Excel did it?
I have a vector of 7 integer values and try to built a histogram, but I have a result, which i did not expected. I've built a h...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
How to realize this cycle in MatLab?
int i; int y1; int y2; int y3; int y4; int y5; int y6; int y7; for (i=0; i<100; i++){ if(x[i]>=m && x[i]<m+s) y1++; e...
alrededor de 5 años hace | 1 respuesta | 0