Inti Vanmechelen
Followers: 0 Following: 0
Estadística
11 Preguntas
0 Respuestas
CLASIFICACIÓN
136.594
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
11 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
72.73%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Conconate arrays horizontally in an automatic manner
Hi, I have the following matrix: features_arm.(subjects{q}).(taskname{i}).AccNorm taskname contains RF1, RF2 & RF3. (reach fo...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Size of subplots in figure is not the same
I have attached a figure in which I want to plot 13 subplots. I have used subplot(5,3,n) to do so. For some reason, matlab...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Fix window width in bar plot
Hi, I am making bar plots of reponses of a survey and I have added 2 examples in attachment. For plot 1, the response options ...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Difference 'bandpower' with time-dependent signal or 'bandpower' with PSD
Hi all, I have a question with respect to matlab's built-in function "bandpower". The power of a certain signal can be calcula...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Automatically put content of structure fields in a matrix
Hi all, For the following structure: A.TEST=rand(15x8); A.TEST1=rand(15x8); A.TEST2=rand(15x8); A.TEST3=rand(15x8); A.TEST...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Fill NaN matrix with vector of unequal sizes
Hi all, I have the following code: temp = {'AccNorm','GyrNorm'}; NSensors = 5; for a = 1:length(temp) for k = 1:NSenso...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiple summations in one formula
Hi all, I'm not very good at matlab and trying incorporate the above formula. I'm trying to do part (2) and (3) first, to g...
alrededor de 5 años hace | 2 respuestas | 0
2
respuestasPregunta
How to remove fixed xlabels from bar plots?
Hi, I have a bar plot in which matlab automatically calls the two things I gave as an input as "one" and "two", but these are n...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Continue in a for loop if a string in a string array isn't present
Hi, I currently have this code: def = {'Acc_X','Acc_Y','Acc_Z','Gyr_X','Gyr_Y','Gyr_Z'}; RF = {'RF1','RF2','RF3','RF4'}; for...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to ignore non-existing variables in a for loop?
Hi, I am trying to load different structures with a for loop. However, some of the structures will not contain the field that i...
más de 5 años hace | 3 respuestas | 0
3
respuestasPregunta
'Reference to non-existent field' when using nested for loops
Hi, I'm trying to calculate some simpe things for data that is in structures and put it in a new 'outcome' structure which can ...
más de 5 años hace | 1 respuesta | 0