LABELS=cell(100,1); for I=1:100, while(length(LABELS{I})<1), soundsc(SHUFFLED_WAVS(:,I)); LABELS{I}=input(sprintf('Enter a phoneme (or hit return to hear wave %d again): ',I),'s'); end end