<div dir="ltr"><div><div class="gmail_signature"><div dir="ltr"><div>Dear eeglabbers,</div><div><br></div><div>With one of my subjects, I encountered the following error message: <i>Warning: some channels have the same label</i></div><div>I did not do anything differently with this subject compared to the others. I checked the channel labels and they are the same as for other data sets, and none are repeated.</div><div>Scalp topo's don't look strange either. </div><div><br></div><div>I found one similar bug report online, but no solution was reported there.</div><div><br></div><div>In the EEG.checkset function, I found this segment; however as I mentioned, there are no repeating labels.</div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">% check if duplicate channel label
            % --------------------------------
            if isfield(EEG.chanlocs, 'labels')
                if length( { EEG.chanlocs.labels } ) > length( unique({ EEG.chanlocs.labels } ) )
                    disp('Warning: some channels have the same label');
                end;
            end;</pre></div><div><br></div><div>Now, I'm not sure what my next step could be in figuring out what, if anything, could be wrong. Does anyone have an idea?</div><div><br></div><div>Thanks!</div><div>Raquel</div></div></div></div>
</div>