photo

Michael Davies


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort