Skip to content

Commit ca92742

Browse files
committed
update RFX: Steps(iStep) --> Steps{iStep}
1 parent 426877a commit ca92742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subfun/BIDS_RFX.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ function BIDS_RFX(action, mmFunctionalSmoothing, mmConSmoothing, opt, isMVPA)
211211
end
212212

213213
for iStep = 1:length(model.Steps)
214-
if strcmp(model.Steps(iStep).Level, 'dataset')
215-
grpLvlCon = model.Steps(iStep).AutoContrasts;
214+
if strcmp(model.Steps{iStep}.Level, 'dataset')
215+
grpLvlCon = model.Steps{iStep}.AutoContrasts;
216216
break
217217
end
218218
end

0 commit comments

Comments
 (0)