EEGLAB: Data transposition and visualization issue
Hi there,
I have not been able to successfully view EEG data in EEGLAB, and think it might be related to the matrix transposition step following data importation. If anyone has suggestions on how to proceed, please let me know. Here are the details:
I have followed documentation such as https://irenevigueguix.wordpress.com/2016/07/06/eeglab-tutorial-import-data/ and https://irenevigueguix.wordpress.com/2016/04/22/loading-openbci-datasets-in-eeglab/. When I get to plot --> channel data (scroll) in EEGLAB, EEGLAB either i) plots data that is zoomed to ~1e+05 to even see the different channels (which look like thin blue lines; zooming in is futile - the lines just shift and then disappear), or ii) crashes.
For (i), I noticed something incongruous with the documentation. The docs generally say to perform a matrix transposition, such that channel info is saved in columns (not rows), using eeg_data = eeg_data', Prior to the transposition, my data already is displayed as 1 channel/column (if I then try to plot without the transposition, the crash, aka scenario (ii), occurs). After the transposition, the matrix shows 1 row/channel (i.e., against what is in the documentation). At this point, I can actually get to the plotting stage, but have the aforementioned tiny-line issue described earlier.
Any thoughts on how to successfully plot this data, or why there is this incongruity with the transposition/documentation? FYI, I am using MATLAB vR2016a, and EEGLAB v13.6.5b.
Many thanks in advance!
Comments