git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
4b57696
Branches
Tags
master
SVMCrossVal.git
private
getOnset.m
moved helpercode to private
Christoph Budziszewski
commited
4b57696
at 2009-01-07 09:24:55
getOnset.m
Blame
History
Raw
function onset = getOnset(session,condition,repetition) %session : the session number. %condition : the condition intrested in (CUE1,CUE2,...) %repetition : the repetition number; same event, different time ;) cmd = sprintf('SPM.Sess(%d,%d).U(%d,%d).ons(%d)',1,session,1,condition,repetition); onset = evalin('base',cmd); end