Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
156.344
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
70.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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 find the location of a minimum value in cell array?
consider the following example, Suppose if I have a cell notation q=cell(5,1); And if I have different dimensions for ea...
casi 12 años hace | 2 respuestas | 0
2
respuestasPregunta
How to store different # of values, obtained in iterations, in Matrix / array ?
If I have some *matrix/ array say A(x,y)* where *'x'* is *iteration #* (lets consider here 2 iterations) and *'y'* is *# of valu...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to select last location of min value which is avalable in more than one location of a matrix?
If I have a matrix, say A = [2 7 4; 8 4 2; 9 7 7], and if I want to find the min value ( which is 2 in this case) location, I ca...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Minimum value in 2d matrix but with restriction
I have a n*m matrix. for example A = [16 2 0 13; 5 11 10 8; 0 7 6 1; 16 14 15 0]. I want to find the min value>0 (i.e.,min value...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
How to check whether variables lie with in the region?
I have two variables x1 and x2. Both variables have certain range i.e., x1_min<=x1<=x1_max and x2_min<=x2<=x2_max. I have to che...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Normalize variables?
Hi, I have an issue regarding normalization. I have two state variables x1(range is 0.015<=x1<=0.03) and x2(range is 0<=x2<=...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to chose the nearest value
Suppose I have a point at location (3,800) and for this point, I have to select the nearest point. I have 3 points say (2,790), ...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
finding the closest grid
I have 2 variables and each of 3 discretization say for example, first variable have values (2,4,6) and second variable have (1,...
casi 13 años hace | 1 respuesta | 0
1
respuestaPregunta
How to create a structure array with intial values as zeros?
I want to create a structure array with initial values as zeros. Say for example I have an array of structure called "struc". an...
casi 13 años hace | 2 respuestas | 0
2
respuestasPregunta
Error: Assignment has more non-singleton rhs dimensions than non-singleton subscripts
I have the following matlab code in which I have 6 variables(=n_gc) with the min and max limit as "it.min_gc" and "it.max_gc" re...
casi 13 años hace | 1 respuesta | 0