photo

Mikel Jimenez


Last seen: oltre 3 anni fa Attivo dal 2021

Followers: 0   Following: 0

Statistica

MATLAB Answers

6 Domande
2 Risposte

RANK
145.782
of 300.369

REPUTAZIONE
0

CONTRIBUTI
6 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
0

RANK
 of 20.936

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.436

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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...

quasi 4 anni fa | 1 risposta | 0

1

risposta

Domanda


For loop overwriting data
Hello, I have this code below: clear all; names= {'AB_Clean','AK_Clean'}; data=[]; for iSubj=1:numel(names) filetolo...

circa 4 anni fa | 1 risposta | 0

1

risposta

Risposto
Transforming data table from wide to long format
Dear Peter, Thank you so much, the code works perfectly!! Best, Mikel

oltre 4 anni fa | 0

Domanda


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...

oltre 4 anni fa | 2 risposte | 0

2

risposte

Domanda


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 ...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Risposto
Sort struct by field name
This code works: [x,idx]=sort([Stimuli.Color]); Stimuli=Stimuli(idx);

oltre 4 anni fa | 0

| accettato

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

oltre 4 anni fa | 1 risposta | 0

1

risposta