Skip to content

Commit

Permalink
Update EEGLAB_and_python.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnodelorme authored Jun 7, 2024
1 parent 3b3330a commit c5116d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion others/EEGLAB_and_python.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ limitations if they need it for their work. By contrast, the less popular [Spyde
Brainstorm. MEEG software on Python is MNE which is more tailored to MEG users than EEG users.
The MATLAB suite of available software is currently more mature than
the Python one, which is a good reason to stick to MATLAB. EEGLAB has 32 plugins for automated artifact rejections. MNE has one (autoreject).
- **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 :-).
- **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 :-).

How to call EEGLAB functions from Python
----------------------------------------
Expand Down

0 comments on commit c5116d5

Please sign in to comment.