<div dir="ltr">Hello Raju,<div><br></div><div>There are lots of ways to do this, depending on what specifically you want. Once you load an eeg dataset, the data are in EEG.data, which is a three-dimensional matrix (channels * samples * trials ). So for example, to plot channel 5 of epoch 10, you could do:</div><div><br></div><div>channel_num = 5;</div><div>epoch = 5;</div><div>plot( EEG.times, EEG.data(channel_num,:,epoch) ); % this plots the data</div><div>EEG.data(:,:,epoch) % this just shows the data; you could e.g. write this out to a text file or something</div><div><br></div><div>Of course, if you want to take advantage of EEGLAB's built-in plotting functions to have a nice layout and stuff, this might not be sufficient in of itself. But this is a basic way to get out data from a particular trial.</div><div><br></div><div>Best,</div><div>Steve</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><br><br></div>Stephen Politzer-Ahles<br>New York University, Abu Dhabi<br>Neuroscience of Language Lab<br><a href="http://www.nyu.edu/projects/politzer-ahles/" target="_blank">http://www.nyu.edu/projects/politzer-ahles/</a><br></div></div></div>
<br><div class="gmail_quote">On Tue, Mar 31, 2015 at 10:47 AM, seetaramaraju jampana <span dir="ltr"><<a href="mailto:seetaramaraju.jampana@gmail.com" target="_blank">seetaramaraju.jampana@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8000001907349px">Hi ,</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">    Is there a way we can plot ERP of single epoch instead of all dataset epoch in the EEG data. Also can we extract the data of the single epoch using EEGLAB.</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Thanks,</div><div style="font-size:12.8000001907349px">Raju</div></div>
<br>_______________________________________________<br>
Eeglablist page: <a href="http://sccn.ucsd.edu/eeglab/eeglabmail.html" target="_blank">http://sccn.ucsd.edu/eeglab/eeglabmail.html</a><br>
To unsubscribe, send an empty email to <a href="mailto:eeglablist-unsubscribe@sccn.ucsd.edu">eeglablist-unsubscribe@sccn.ucsd.edu</a><br>
For digest mode, send an email with the subject "set digest mime" to <a href="mailto:eeglablist-request@sccn.ucsd.edu">eeglablist-request@sccn.ucsd.edu</a><br></blockquote></div><br></div>