Skip to content

Commit 9fcec7c

Browse files
authored
Update EEGLAB_and_python.md
1 parent 7381d01 commit 9fcec7c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

others/EEGLAB_and_python.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ limitations if they need it for their work. By contrast, the less popular [Spyde
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).
9191
- **Show some respect!** Python numpy has been partially mapped onto MATLAB. In numpy, you can
92-
map the names of some of the functions to their MATLAB counterparts (reshape, squeeze, meshgrid, griddata,
93-
transpose, dot, linspace, logspace, sum, mean, std, min, max, prod,
94-
diff, cumsum, cumprod, zeros, ones, eye, etc...).
92+
map the names of some of the functions to their MATLAB counterparts, also taking the same arguments (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...).
9593
There is no doubt that Python is great, especially for developers, but please
9694
show some respect to your elders :-).
9795

0 commit comments

Comments
 (0)