Azzera filtri
Azzera filtri

Write a for loop to find the mean and standard error of reaction time in each condition and put them in a structure?

1 visualizzazione (ultimi 30 giorni)
I have a dada containing a single subject performing a stroop task.
Cong - 1=congruent, 2=neutral, 3=incongruent
Stim - 1=words, 2=colours
data - reaction time
err - error rate, 1=error
how to write a for loop to find the mean and standard error of reaction time in each condition and put them in a structure?
Here is my code:
for k=1:3
meancong(k) = mean(data(cong==k))
stdcong(k)=std(data(cong==k))
end
But I don't know how to save each condition separately and put them in a struture. Can anybody help?

Risposte (1)

Divya Yerraguntla
Divya Yerraguntla il 17 Mar 2020

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by