<div dir="ltr"><div><div><div>I have pounded on this one from a few different angles and even gone and looked at the source, and still can't quite figure out what I'm doing wrong.<br><br>I have a datafile from an eXimia TMS-EEG system. Right now, all I'm trying to do is load it up and inspect the data a bit to get a sense of how badly artifacted it is. So:<br>

<br>%%%%%%<br><br>cfg = [];<br>cfg.blocksize = 30;         % num of seconds to display at once<br>cfg.continuous = 'yes';     % not yet cut into trials<br>cfg.plotlabels = 'some';<br>cfg.viewmode = 'vertical';  <br>

cfg.colorgroups = 'chantype';<br><br>cfg.dataset = [DataDir filesep EEGFile];<br>cfg.channel = {'EEG'};<br><br>ft_databrowser(cfg)<br><br><br>%%%%%%<br><br></div>This does 90% of what it ought to do -- it shows me the EEG channels (no triggers or EOG), 30 second segments at a time. What it does *not* do is label the channels along the y-axis so that I can readily tell which one is Pz, F3, O1, etc., etc. I am pretty sure that's what cfg.plotlabels is supposed to do, and yet, it does not. I've also tried doing this as ft_databrowser(cfg,data), where I explicitly make sure that data.label contains the correct channel names, and that *still* doesn't work.<br>

<br>I'm aware that this was marked as a bug before, but bugzilla shows it closed long ago, before r7276 that I'm using I believe.<br><br></div>MATLAB r2013a on OS X, if it matters.<br><br></div>Am I simply misunderstanding what this cfg argument does or how to use it?<br>

<div><div><div><br><div><br clear="all"><div><div dir="ltr">Alik Widge, MD, PhD<br><a href="mailto:alik.widge@gmail.com" target="_blank">alik.widge@gmail.com</a><br><a href="tel:%28206%29%20866-5435" value="+12068665435" target="_blank">(206) 866-5435</a><br>

<br></div></div>
</div></div></div></div></div>