Question: Create a stroop experiment demo using Psychtoolbox / MATLAB At the end of the script, write code to analyze the reaction time and percent correct
Create a stroop experiment demo using Psychtoolbox / MATLAB
At the end of the script, write code to analyze the reaction time and percent correct for each condition. Create a variable called meanRT with 2 rows (congruent and incongruent) and 6 columns (for each of the 6 words), storing the mean reaction time for each condition averaged across the 5 repetitions. Also include a variable called meanCR that looks similar for % correct. In other words, because each kind of trial appears 5 times, you will get, for each word that was presented on the screen, 5 trials when it was in a congruent color (i.e. same color as the word) and 5 trials when it was in an incongruent color (i.e. different color as the word). The two results matrices should show the average % correct and average RT for each word across these 5 trials.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
