<div dir="ltr">Hi David, <div><br></div><div>I would use something like: </div><div><br></div><div>function dataOut = loadData(dataPath,filename)</div><div>  dataOut = pop_loadbv(dataPath,fileName);</div><div>end</div><div>
 </div><div>then outside the function call</div><div>EEG = loadData(dataPath,filename)<br></div><div>eeglab -redraw</div><div><br></div><div>cheers,</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On 24 January 2014 03:41, David Kaufman <span dir="ltr"><<a href="mailto:david.kaufman@gmx.de" target="_blank">david.kaufman@gmx.de</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">Hello everyone,<div><br></div><div>I'm trying to use EEGLAB from within a function inside a script, e.g.</div><div><br></div><div>function test</div><div>    [ALLEEG EEG CURRENTSET ALLCOM] = eeglab;</div>


<div>    EEG = pop_loadbv(baseFolder, eegFile);     </div><div>    [ALLEEG EEG CURRENTSET] = eeg_store(ALLEEG, EEG, CURRENTSET)<br></div><div>    eeglab redraw       </div><div>end</div><div><br></div><div>Unfortunatly, as soon as the function returns my data set is not present in the GUI. If I put the contents of the above function in the root script the data set appears in the GUI.</div>


<div><br></div><div>Is it possible to call EEGLAB from a function and also see the data set or am I using EEGLAB wrong?</div><div><br></div><div>Regards,</div><div>David Kaufman</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><br clear="all"><div><br></div>
-- <br>Berry van den Berg<br><a href="mailto:berryv.dberg@gmail.com" target="_blank">berryv.dberg@gmail.com</a>
</div>