Dimensions of the EEG matrices indicate number of channels by number of sampling points by number of segments, i.e. in the EEG data holding segments of 10s duration, we have 8 channels, 5121 sampling points and 30 segments.
Properties:
sample_rate 1x1 8
double ssvep0Hz 8x5121x30 9832320
double ssvep10_7143Hz 8x5121x30 9832320
double ssvep12_5Hz 8x5121x30 9832320
double ssvep15Hz 8x5121x30 9832320
double ssvep9_375Hz 8x5121x30 9832320
double time 1x5121 40968
double
I am not able to plot as it is 3d data and i dont know how to play with channels segments and sampling points.
If I understand correctly, you want to plot a segment (3rd index) of the measured voltages stored in the
ssvep*
variables against time stored in thetime
variable. Have you tried the following to plot the 5th segment of thessvep0Hz
variable:Here is the plot from above code