![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20686619_1608549876610_DEF.jpg)
Mikel Jimenez
Followers: 0 Following: 0
Statistics
RANK
100 034
of 297 016
REPUTATION
0
CONTRIBUTIONS
6 Questions
2 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF 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...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
For loop overwriting data
Hello, I have this code below: clear all; names= {'AB_Clean','AK_Clean'}; data=[]; for iSubj=1:numel(names) filetolo...
mer än 3 år ago | 1 answer | 0
1
answerTransforming data table from wide to long format
Dear Peter, Thank you so much, the code works perfectly!! Best, Mikel
mer än 3 år ago | 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...
mer än 3 år ago | 2 answers | 0
2
answersQuestion
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 ...
mer än 3 år ago | 1 answer | 0
1
answerSort struct by field name
This code works: [x,idx]=sort([Stimuli.Color]); Stimuli=Stimuli(idx);
mer än 3 år ago | 0
| accepted
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...
mer än 3 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 3 år ago | 1 answer | 0