function[obj] = removeDuplicateLabels(obj) for s = 1:length(obj.sessions) obj.sessions(s) = obj.sessions(s).removeDuplicateLabels; end