Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
151.919
of 295.673
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.54%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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 do I construct a vector from two different integers drawn with equal probability?
What is the most efficient way to construct a vector of length N from two different integers drawn with equal probability? For e...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
integer operands are required for colon operator when used as index
Why do I get the warning "integer operands are required for colon operator when used as index" in the final line is this code: ...
casi 13 años hace | 0 respuestas | 0
0
respuestasPregunta
Counting proportion of all rows taken by each unique row
Hi Everyone, Suppose I have a matrix A, and I wish to determine the number of unique rows this matrix has. Then I could form ...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Mean of highest n numbers for each row in a matrix
Hi Everyone, Suppose I have a matrix A, which has r rows and c columns. For each of the rows A, I wish to find the mean of...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Setting value to zero at random
Hi Everyone, Suppose I have two vectors A = [0 2 2 0 1] and B = [1 3 4 2 1] and suppose I apply following code: val = m...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Counting number of zeros in column or row, without looping
Hi Everyone, If I have a matrix A, is there a way to create a 1,c vector containing the number of non-zeros in each columns, ...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
A script to create a single matrix from matrix in different matlab files
Hi Everyone, Suppose I have many different Matlab files located in a folder. Let's say these files are called FileName_1, Fil...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Saving matlab file with identifier
Hi Everyone, Suppose I have a simulation, that I run for different parameter settings. After each run, I wish to save my Matl...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Count number of times values in vector A are greater than corresponding values in vector B
Hi Everyone, Suppose I have two one-column vectors of equal column height, A and B. For example A = [1;2;3] and ...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Removing a specific number from vector
Hi Everyone, Suppose I have the following A = 4 and Z = [1 9 2 3 4 5] how do I remove the value A from Z, to get ...
más de 13 años hace | 4 respuestas | 0
4
respuestasPregunta
Finding maximum value, discounting a certain matrix place.
Hi Everyone, Suppose I have a 1,m matrix, which I call sweep. Suppose also, that I have identified I to be a relevant plac...
más de 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Multiplying values in one column with values in another, depending on criteria
Hi Everyone, Suppose I have the following matrix: A = 1.0__0.7__4.4__0.9__50.9 3.0__0.8__5.2__1.0__28.7 6.0__0.5__3.2__0.7...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Place(s) of greatest deviation
Hi Everyone, Suppose I have a vector Y: Y = [0 0 0 0.5 0.5] and a vector X X = [0 0 0 1 1] Now I wish to find the...
más de 13 años hace | 1 respuesta | 0