[Eeglablist] run ICA in a cluster

José Luis joseluisulloafulgeri at gmail.com
Thu Mar 9 02:04:28 PST 2017


hello,

I'm trying to run ICA with eeglab in a cluster,
I tried to compile eeglab functions and my own eeglab script into a
stand-alone program with mcc like this:

---
addpath('/user/data/gent/gvo000/gvo00022/vsc41880/IMCO_EEG/eeglab13_4_4b');
mcc('-mv', '-N', '-p', 'stats', '-p', 'images', '-p', 'signal', ...
        '-R', '-nodisplay', '-R', '-singleCompThread', ...
        'eeglab_script.m');
---

It looks it works correctly but when I run the stand-alone I have the
following error:

---
Undefined function or variable 'eeglab_options'.

Error in eeglab (line 303)

Error in eeglab_script (line 28)
---

I am aware that a “compile_eeglab.m” function exists. However I can't run
this function precisely because I'm unable to compile eeglab. Also,  I'm
not sure how to include my function into the compiled version,

Thanks in advance for any pointer,
Jose

-- 
José Luis ULLOA FULGERI, PhD
+32477429007
+32492646477
https://sites.google.com/site/joseluisulloafulgeri/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://sccn.ucsd.edu/pipermail/eeglablist/attachments/20170309/65c4ad2e/attachment.html>


More information about the eeglablist mailing list