<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">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-family: 'times new roman'; font-size: 16px; ">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-family: 'times new roman'; font-size: 16px; ">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="border-collapse: separate; color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Hi All,</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> </div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 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-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "> </div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Antanas</div></div></div></span></blockquote></div></div></div></body></html>