No commit message authored by Andrew Lofts's avatar Andrew Lofts
No commit message
...@@ -14,7 +14,7 @@ This EEGLAB extension provides an easy to use graphic user interface (GUI) for g ...@@ -14,7 +14,7 @@ This EEGLAB extension provides an easy to use graphic user interface (GUI) for g
**Example:** **Example:**
A simple pipeline is depicted below. A simple pipeline is depicted below.
![newpipeexample](/uploads/b248378c4e9f64b2f3c8bb263a99e0b0/newpipeexample.png) ![newpipeexample](/uploads/b248378c4e9f64b2f3c8bb263a99e0b0/newpipeexample.png)
This pipeline has 7 .htb scripts (yellow and red). This pipeline has 7 .htb scripts and thus makes a .m file for each script containing the unique information from each data file.
If we were to run 1 data files through this pipeline we would automatically generate 1 x 7 = 7 unique .m scripts and run them each in succession. Locally these would be executed in matlab one at a time. If we were to run 1 data files through this pipeline we would automatically generate 1 x 7 = 7 unique .m scripts and run them each in succession. Locally these would be executed in matlab one at a time.
# Swap String # Swap String
... ...
......