Skip to content

Commit 2e9dead

Browse files
authored
Update EEGLAB_and_python.md
1 parent 6ff8ddd commit 2e9dead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/EEGLAB_and_python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ designed for programmers. For example,
5757
indexed, beginning at 0 and ending at n-1 (in MATLAB and R, vectors
5858
begin at position 1 and end at n). Matrix manipulation in Python is not as intuitive as MATLAB. For
5959
example, the already non-intuitive Python code to concatenate arrays
60-
<i>np.concatenate((np.array(\[\[/1,_2\],_\[5,_6\|1, 2\], \[5,
60+
<i>np.concatenate((np.array(\[\[1,_2\],_\[5,_6\|1, 2\], \[5,
6161
6\]\]), np.array(\[1, 2\])))</i> will fail because, unlike MATLAB,
6262
1-D vectors are not compatible with 2-D matrices by default - and
6363
need explicit conversion. Compare to MATLAB simpler notation <i>\[

0 commit comments

Comments
 (0)