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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答