Estadística
13 Preguntas
2 Respuestas
CLASIFICACIÓN
22.757
of 297.016
REPUTACIÓN
1
CONTRIBUCIONES
13 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.54%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
matrix reshaping
Does someone know how to reshape an array for example: A=[1 5; 2 4; 5 6] to an array B=(1,6) to be like this: B=[1 5 2 4 5 6]; ...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
matrix dividing
If I have a big matrix like this: A=ones(1,450000). How can I divide it in 300 equal parts (1, 1500) and multiple these 300 part...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
matrix and binary bits
I have a matrix that I use it like an index, for example: A=[1 3 2 4 1 3] which points to a matrix which represents binary bits ...
más de 13 años hace | 3 respuestas | 0
3
respuestasPregunta
Creating matrix from a for loop
I have this 'for loop' (where A a matrix from my program): for m=symbols(1:1000) d1=abs(m-A); [C,I]=min(d1); k=A(I);...
más de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
Nesting for loops and if statements in MATLAB
I have a program in MATLAB that I use two for loops e.g.: for ....end for...end. In the 2nd 'for loop' I use an if statemen...
casi 14 años hace | 2 respuestas | 0
2
respuestasPregunta
Matlab poisson random numbers
Hello, I use in my code the Matlab function 'poissrnd' to produce random numbers, for example: A=poissrnd(100,1,20) to produ...
casi 14 años hace | 2 respuestas | 0
2
respuestasPregunta
Matlab delete values
Hello, I have a table: A=[2 5 5 0] and I use this function to sort it in descend order: [C, Index] = sort(A) and the result:...
casi 14 años hace | 2 respuestas | 1
2
respuestasPregunta
Arrays sorting
Hello, I have 2 arrays: A=[3 5 11] and B=[2 3 0]. I multiply these 2 arrays and I produce a third: C=times(A,B)=[6 15 0]. I s...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab Minimum
Hello, If I have an array for example: A=[10 11 12 1 8 9 1 3 5] and I use the '[C,I]=min' function to find the minimum value ...
casi 14 años hace | 3 respuestas | 0
3
respuestasPregunta
Array selection
Hello, I have one array, for example: A=[10 6 8 9 11] and I take the min of it which is number 6. How can I select only the t...
casi 14 años hace | 1 respuesta | 0
1
respuestaPregunta
Array minimum
Hello, I have a table, e.g.: 999 999 1 999 4 5 5 0 8 9 and I use the matlab function: [C,I] = mi...
alrededor de 14 años hace | 1 respuesta | 0
1
respuestaPregunta
array assignment question
I have this code: a = zeros(4, 5); b = ones(2, 4); [rows columns] = size(b); % Define upper left of where I want to pla...
alrededor de 14 años hace | 3 respuestas | 0
3
respuestasWorking with arrays in a for loop
Thank you all for your help!
alrededor de 14 años hace | 0
Pregunta
Working with arrays in a for loop
I have 2 variables that take their values from a 'for' loop. How can I put the values of those 2 variables into an array? For ex...
alrededor de 14 años hace | 3 respuestas | 0