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 6ff8ddd commit 2e9dead
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 @@ -57,7 +57,7 @@ designed for programmers. For example,
indexed, beginning at 0 and ending at n-1 (in MATLAB and R, vectors
begin at position 1 and end at n). Matrix manipulation in Python is not as intuitive as MATLAB. For
example, the already non-intuitive Python code to concatenate arrays
<i>np.concatenate((np.array(\[\[/1,_2\],_\[5,_6\|1, 2\], \[5,
<i>np.concatenate((np.array(\[\[1,_2\],_\[5,_6\|1, 2\], \[5,
6\]\]), np.array(\[1, 2\])))</i> will fail because, unlike MATLAB,
1-D vectors are not compatible with 2-D matrices by default - and
need explicit conversion. Compare to MATLAB simpler notation <i>\[
Expand Down

0 comments on commit 2e9dead

Please sign in to comment.