photo

Michael Davies


2017년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

6년 초과 전 | 답변 수: 1 | 0

1

답변