We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff8ddd commit 2e9deadCopy full SHA for 2e9dead
others/EEGLAB_and_python.md
@@ -57,7 +57,7 @@ designed for programmers. For example,
57
indexed, beginning at 0 and ending at n-1 (in MATLAB and R, vectors
58
begin at position 1 and end at n). Matrix manipulation in Python is not as intuitive as MATLAB. For
59
example, the already non-intuitive Python code to concatenate arrays
60
- <i>np.concatenate((np.array(\[\[/1,_2\],_\[5,_6\|1, 2\], \[5,
+ <i>np.concatenate((np.array(\[\[1,_2\],_\[5,_6\|1, 2\], \[5,
61
6\]\]), np.array(\[1, 2\])))</i> will fail because, unlike MATLAB,
62
1-D vectors are not compatible with 2-D matrices by default - and
63
need explicit conversion. Compare to MATLAB simpler notation <i>\[
0 commit comments