git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b8f957c
Branches
Tags
master
SVMCrossVal.git
private
getSubjectIDString.m
GUI parsing halfway done.
Christoph Budziszewski
commited
b8f957c
at 2008-12-17 17:57:53
getSubjectIDString.m
Blame
History
Raw
function s = getSubjectIDString(model) tmp_sidx = get(model.subjectSelector,'Value'); tmp_cellList = getSubjectCellList(model.subjectMap); s = cell2mat(tmp_cellList(tmp_sidx)); if ~ischar(s) error('spmtoolbox:SVMCrossVal:getSubjectID:NoString','convert error'); end end