Mikel Jimenez
Followers: 0 Following: 0
Statistiques
RANG
87 110
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop overwriting data
Hello, I have this code below: clear all; names= {'AB_Clean','AK_Clean'}; data=[]; for iSubj=1:numel(names) filetolo...
plus de 3 ans il y a | 1 réponse | 0
1
réponseTransforming data table from wide to long format
Dear Peter, Thank you so much, the code works perfectly!! Best, Mikel
plus de 3 ans il y a | 0
Question
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...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseSort struct by field name
This code works: [x,idx]=sort([Stimuli.Color]); Stimuli=Stimuli(idx);
plus de 3 ans il y a | 0
| A accepté
Question
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0