git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
4b57696
Branches
Tags
master
SVMCrossVal.git
private
getNumberOfRepetitions.m
moved helpercode to private
Christoph Budziszewski
commited
4b57696
at 2009-01-07 09:24:55
getNumberOfRepetitions.m
Blame
History
Raw
function rep = getNumberOfRepetitions(session,condition) cmd = sprintf('length(SPM.Sess(%d,%d).U(%d,%d).ons)',1,session,1,condition); rep = evalin('base',cmd); end