function sessionDirList = sessionList2DirList(sessionList) for i = 1:numel(sessionList) sessionDirList{i} = char(96+sessionList(i)); end end