Estadística
18 Preguntas
0 Respuestas
CLASIFICACIÓN
21.738
of 295.569
REPUTACIÓN
2
CONTRIBUCIONES
18 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
61.11%
VOTOS RECIBIDOS
1
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
Visualize population data in a coordinate grid
Hi, I'm struggling with the imagesc function to plot my population data. I have a matrix A of 1500 x 3, in which the first...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Write and save .dbf file
Hello, I'm looking for a way to adapt a .dbf file and then save it as a .dbf file again. I found a function dbfread.m that...
casi 8 años hace | 0 respuestas | 0
0
respuestasPregunta
Add text to string in for-loop
Hi, I would like to add text to a string in a for-loop. In the end the string should be: str= X(1)+X(2)+X(3)+X(4)....+X(15...
casi 8 años hace | 2 respuestas | 1
2
respuestasPregunta
fprintf in a for-loop
Hi, I'm looking for a way to make my code faster. I'm facing the following problem: I have a for-loop of 1:length(events)....
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Force x axis to start at origin
Hi, I want to make a bar chart in MATLAB R2016b. For some reason the x-axis does not start in the origin of the x- and y-axi...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Check if time equals time frame
Hello, I'm facing the following problem. I have a matrix A(1000x1) containing time values in terms of time steps. I want ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Adapting a dataset such that it contains unique values
Hello, I'm facing the following problem: I have a matrix A(X,1) which contains time data. The time is given in steps of 20...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Visualizing min, max and mean
Hello, I'm looking for a way to plot my data like in this figure. I'm having a matrix A containing information on a larger da...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Adapted Boxplot visualizing min max and mean
Hello, I'm looking for a way to plot my data like in this figure. I'm having a matrix A containing information on a larger d...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
If statement with 2 matrices
Hi guys, I got the following question regarding applying a if statement in the correct way: I have a matrix A (2856x48) co...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Summarize data in a table
Hi, I'm looking for a nice way to summarize my data. I have 5 matrices: A contains unique(year(t)) a vector with years ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
If statement in cell arrays
Hi, I have a matrix A of 1x24 cells. Each cell contains c x 1 values, with c being variable. So A{1} is 2360x1, while A{2} is...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Write cell arrays to matlab
Hi, I have a matrix A containing 1x24 cells. Each cell contains data cx1, with c being variable. So, A{1} is 2360x1, while ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
If loop using cell arrays
Hi, I have 2 matrices: A with 24 arrays of each different length (i.e. A{1} 2362x1, A{2} 2341x1) defining salaries B ...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
For/If loop in cell array
Hi, I have a question regarding implementing a for and if loop with cell arrays. I have a matrix A{1x24 cell} Each cell c...
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
How to use Permute?
Hello, I have a matrix A(2362x48) and I want to convert this into a 3D matrix B(2362X12X4). So I want all the rows of column...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
For loop with changing matrix
Hi, I have a for loop (j= 1:years) in which matrix A changes per j. Matrix A is a matrix containing birthdates in column 8. ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Deleting rows in a matrix
Hi, I have two matrices which are generated in a loop for n years: A (m-rows x n-columns) B (k-rows) Matrix B includes...
más de 9 años hace | 3 respuestas | 0