<div dir="ltr">Hi All,<div>         Thanks for helping me out. Here is what I have done so far:</div><div><br></div><div>i) I copied the entire 'sample_data' from eeglab to a folder 'D:\myeeg'.</div><div>ii) I copied the necessary functions from eeglab to the folder D:\myeeg that are required for pop_loadset and pop_chanedit. </div>
<div>iii) Then I set the path of this folder myeeg in Matlab and executed the following lines</div><div><br></div><div><div>filename = 'd:\myeeg\sample_data\eeglab_data.set';</div><div>raw_data = 'd:\myeeg\sample_data\eeglab_data.fdt';</div>
<div>rawInputEEG=pop_loadset(filename);</div><div>electrode_filename='d:\myeeg\sample_data\eeglab_chan32.locs';</div></div><div><div>rawInputEEG.chanlocs=pop_chanedit(rawInputEEG.chanlocs, 'load',{ electrode_filename, 'filetype', 'locs'});</div>
</div><div><br></div><div>The pop_loadset() function worked properly but after  the last line (pop-chanedit) the following warning is displayed</div><div><br></div><div><div>Warning: channel labels should not be empty, creating unique labels </div>
<div>Warning: coordinate conversion failed</div></div><div><br></div><div>Hope you'll can help me out.</div><div><br></div><div><br></div><div>Thanks.</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">
<br></div></div></div></div>