Skip to content

Commit 3ff04fe

Browse files
authored
Update Compiled_EEGLAB.md
1 parent 2ed9c6a commit 3ff04fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

others/Compiled_EEGLAB.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,21 @@ Scripts and code snippets may also be executed from the command line. Below is a
101101
.\EEGLAB.exe "disp('hello world');"
102102
```
103103

104+
Below is the output.
105+
104106
![Screenshot 2024-07-10 at 15 53 41](https://github.com/sccn/sccn.github.io/assets/1872705/d6192ace-79d0-4741-9c5a-7b9415976c9f)
105107

106-
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:
108+
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:
107109

108110
```
109111
.\EEGLAB.exe ".\script.m"
110112
```
111113

114+
Below is the output.
115+
112116
![Screenshot 2024-07-10 at 15 59 15](https://github.com/sccn/sccn.github.io/assets/1872705/8cec47dc-e82f-4012-a646-b968760c7358)
113117

118+
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.
114119

115120
Similarity between the compiled and the MATLAB version of EEGLAB
116121
------------------------------------------------------

0 commit comments

Comments
 (0)