Skip to content

Commit

Permalink
Update Compiled_EEGLAB.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Jul 10, 2024
1 parent 2ed9c6a commit 3ff04fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion others/Compiled_EEGLAB.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,21 @@ Scripts and code snippets may also be executed from the command line. Below is a
.\EEGLAB.exe "disp('hello world');"
```

Below is the output.

![Screenshot 2024-07-10 at 15 53 41](https://github.com/sccn/sccn.github.io/assets/1872705/d6192ace-79d0-4741-9c5a-7b9415976c9f)

You may also write a script containing MATLAB and EEGLAB code. For example, same the text "disp('hello world');" in the file **script.m** then type:
You may also write a script containing MATLAB and EEGLAB code. For example, save the same text "disp('hello world');" in the file **script.m** then type:

```
.\EEGLAB.exe ".\script.m"
```

Below is the output.

![Screenshot 2024-07-10 at 15 59 15](https://github.com/sccn/sccn.github.io/assets/1872705/8cec47dc-e82f-4012-a646-b968760c7358)

Of course, running the "hello world" examples mentioned above is not particularly interesting. Instead, you might want to execute the EEGLAB scripts provided in the tutorial section.

Similarity between the compiled and the MATLAB version of EEGLAB
------------------------------------------------------
Expand Down

0 comments on commit 3ff04fe

Please sign in to comment.