comparison multithreshold 1.46/subjGUI_MT.m @ 30:1a502830d462

MT update
author Ray Meddis <rmeddis@essex.ac.uk>
date Mon, 11 Jul 2011 14:31:29 +0100
parents b51bf546ca3f
children 82fb37eb430e
comparison
equal deleted inserted replaced
29:b51bf546ca3f 30:1a502830d462
198 nVar2=length(variableList2); 198 nVar2=length(variableList2);
199 199
200 % Create two sequence vectors to represent the sequence of var1 and var2 200 % Create two sequence vectors to represent the sequence of var1 and var2
201 % values. 'var1' changes most rapidly. 201 % values. 'var1' changes most rapidly.
202 switch betweenRuns.randomizeSequence 202 switch betweenRuns.randomizeSequence
203 % {'randomize within blocks', 'fixed sequence',...
204 % 'randomize across blocks'}
203 case 'fixed sequence' 205 case 'fixed sequence'
204 var1Sequence=repmat(betweenRuns.variableList1, 1,nVar2); 206 var1Sequence=repmat(betweenRuns.variableList1, 1,nVar2);
205 var2Sequence=reshape(repmat(betweenRuns.variableList2, ... 207 var2Sequence=reshape(repmat(betweenRuns.variableList2, ...
206 nVar1,1),1,nVar1*nVar2); 208 nVar1,1),1,nVar1*nVar2);
207 case 'randomize within blocks' 209 case 'randomize within blocks'