<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Dear Arno,</DIV>
<DIV> </DIV>
<DIV>Thank you for your advice, all looks good in the study, but when I run ICA (as this is the only tool I can use on this study), I get message on matlab: 'Abording, some datasets do not have subject names'. I checked and all of them have number attached, is there something else I don't understand here?</DIV>
<DIV> </DIV>
<DIV>Thanks very much!</DIV>
<DIV> </DIV>
<DIV>Antanas<BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> arno delorme <arno@ucsd.edu><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Spokas Antanas <antanas.spokas@yahoo.co.uk><BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> eeglablist@sccn.ucsd.edu<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Sunday, 26 October, 2008 23:15:41<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Eeglablist] importing data arrays into EEGLAB v6.03b<BR></FONT><BR>Dear Antanas,
<DIV><BR></DIV>
<DIV>this type of data is not ideal for EEGLAB since the type of processing you will be able to do is limited. if you really want to import this data into EEGLAB to process it within a study, you should create one dataset per subject and per condition. For a given subject and condition, first type in</DIV>
<DIV><BR></DIV>
<DIV>data = <SPAN class=Apple-style-span style="FONT-SIZE: 16px; FONT-FAMILY: 'times new roman'">CONDITION1(:,:,subject)';</SPAN></DIV>
<DIV></DIV>
<DIV>then import the "data" array using the menu "File > Import data > >From ASCII/float file or Matlab array". Save the file and repeat for each subject and condition.</DIV>
<DIV>
<DIV><BR></DIV>
<DIV>You may then create a STUDY. However, I am not 100% sure that all the ERP statistics will work since EEGLAB will think that you are using continuous data (only 1 trial per subject). If this is the case, you may trick the program by faking the presence of two trials.</DIV>
<DIV><BR></DIV>
<DIV>
<DIV>data = <SPAN class=Apple-style-span style="FONT-SIZE: 16px; FONT-FAMILY: 'times new roman'">CONDITION1(:,:,subject)';</SPAN></DIV>
<DIV></DIV></DIV>
<DIV>data(:,:,2) = data;</DIV>
<DIV>Then import as before.</DIV>
<DIV><BR></DIV>
<DIV>This will not change the ERP and then for sure the ERP statistics will work.</DIV>
<DIV><BR></DIV>
<DIV>Best,</DIV>
<DIV><BR></DIV>
<DIV>Arno</DIV>
<DIV><BR>
<DIV>
<DIV>On 24 oct. 08, at 19:42, Spokas Antanas wrote:</DIV><BR class=Apple-interchange-newline>
<BLOCKQUOTE type="cite"><SPAN class=Apple-style-span style="WORD-SPACING: 0px; FONT: 14px Arial; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2">
<DIV>
<DIV style="FONT-SIZE: 12pt; MARGIN: 0px; FONT-FAMILY: 'times new roman', 'new york', times, serif">
<DIV style="MARGIN: 0px">Hi All,</DIV>
<DIV style="MARGIN: 0px"> </DIV>
<DIV style="MARGIN: 0px">I am new to EEGLAB and would like to ask smb's assistance with importing of EEG evoked potential experiment data into EEGLAB. My data is already preprocessed and averaged over trials. It is saved in .mat files as 2 seperate 3D arrays for 2 conditions where CONDITION1(potential,channel,subject), then a seperate 1D array for time points of potentials TIME(1,timepoints) and .m file with channels' coordinates. I could not find the answer in help how to import this kind of data format. Please help. Thanks a lot.</DIV>
<DIV style="MARGIN: 0px"> </DIV>
<DIV style="MARGIN: 0px">Antanas</DIV></DIV></DIV></SPAN></BLOCKQUOTE></DIV></DIV></DIV></DIV></DIV></div><br>



      </body></html>