![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20686619_1608549876610_DEF.jpg)
Mikel Jimenez
Followers: 0 Following: 0
Feeds
질문
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...
대략 3년 전 | 답변 수: 1 | 0
1
답변질문
For loop overwriting data
Hello, I have this code below: clear all; names= {'AB_Clean','AK_Clean'}; data=[]; for iSubj=1:numel(names) filetolo...
3년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Transforming data table from wide to long format
Dear Peter, Thank you so much, the code works perfectly!! Best, Mikel
Transforming data table from wide to long format
Dear Peter, Thank you so much, the code works perfectly!! Best, Mikel
3년 초과 전 | 0
질문
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...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
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 ...
3년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
Sort struct by field name
This code works: [x,idx]=sort([Stimuli.Color]); Stimuli=Stimuli(idx);
Sort struct by field name
This code works: [x,idx]=sort([Stimuli.Color]); Stimuli=Stimuli(idx);
3년 초과 전 | 0
| 수락됨
질문
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...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
3년 초과 전 | 답변 수: 1 | 0