Mikel Jimenez
Followers: 0 Following: 0
Estadística
6 Preguntas
2 Respuestas
CLASIFICACIÓN
87.110
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
Save variable from struct to excel file
Hello, I have this data.mat file with "errors" and "distractors" variables for 27 participants in three different conditions. I...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
For loop overwriting data
Hello, I have this code below: clear all; names= {'AB_Clean','AK_Clean'}; data=[]; for iSubj=1:numel(names) filetolo...
más de 3 años hace | 1 respuesta | 0
1
respuestaTransforming data table from wide to long format
Dear Peter, Thank you so much, the code works perfectly!! Best, Mikel
más de 3 años hace | 0
Pregunta
Transforming data table from wide to long format
Hello, I have some data in wide format (see attached wide_format.xls) and I am trying to convert it to long format (see example...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Repeated measures ANOVA with two variables
Hello, I'm trying to carry out a repeated-measures ANOVA for the following data: Normally, I would get the significance value ...
más de 3 años hace | 1 respuesta | 0
1
respuestaSort struct by field name
This code works: [x,idx]=sort([Stimuli.Color]); Stimuli=Stimuli(idx);
más de 3 años hace | 0
| aceptada
Pregunta
Sort struct by field name
Hello, I have the following struct: I was wondering how to, using some code, reorganize the struct (i.e. sort it) according to...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Create new field on struct from names on existing field
Hello, I have a struct in Matlab as follows: Now, based on the "name" field, I would like to create a new field called "Colo...
más de 3 años hace | 1 respuesta | 0