Skip to content

Commit 3b3330a

Browse files
authoredJun 7, 2024··
Update EEGLAB_and_python.md
1 parent dc69d56 commit 3b3330a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎others/EEGLAB_and_python.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ limitations if they need it for their work. By contrast, the less popular [Spyde
8888
Brainstorm. MEEG software on Python is MNE which is more tailored to MEG users than EEG users.
8989
The MATLAB suite of available software is currently more mature than
9090
the Python one, which is a good reason to stick to MATLAB. EEGLAB has 32 plugins for automated artifact rejections. MNE has one (autoreject).
91-
- **Show some respect!** Python numpy has been partially mapped onto MATLAB, which was released 22 years earlier. In numpy, you can
92-
map the names of some of the functions to their MATLAB counterparts and they also take the same list of argument (reshape, squeeze, meshgrid, griddata, transpose, dot, linspace, logspace, sum, mean, std, min, max, prod, diff, cumsum, cumprod, zeros, ones, eye, diag, inv, pinv, svd, eig, norm, trace, det, fft, ifft, cross, unique, sort, etc...).
93-
There is no doubt that Python is great, especially for developers, but please
94-
show some respect to your elders :-).
91+
- **Show some respect!** Show some respect! Python's numpy library has been partially mapped onto MATLAB, which was released 22 years earlier. In numpy, you can map the names of some of the functions to their MATLAB counterparts, and they also take the same list of arguments. These include functions such as reshape, squeeze, meshgrid, griddata, transpose, dot, linspace, logspace, sum, mean, std, min, max, prod, diff, cumsum, cumprod, zeros, ones, eye, diag, inv, pinv, svd, eig, norm, trace, det, fft, ifft, cross, unique, sort, etc. Like MATLAB, Python is undoubtedly a versatile and powerful interpreted language, but please show some respect to your elders :-).
9592

9693
How to call EEGLAB functions from Python
9794
----------------------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.