Community Profile

photo

Michael Davies


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how do i shuffle my stimuli so a, b, c, d or e could be asked in any random order?
Hello I am trying to use 'shuffle' to produce my stimuli randomly but have not been able to figure this out yet. Any help would ...

mer än 6 år ago | 0 answers | 0

0

answers

Question


how do you program matlab to select a number that wasn't presented in the stimuli? 50/50 between presented and not presented numbers for the Sternberg Task
rng('Shuffle'), ([a b c d e]) a = randperm(10, 5)-1 %length(a) for k=1:length(a) clf;text(0.5,0.5, num2str(a(k)),'FontSi...

mer än 6 år ago | 1 answer | 0

1

answer