i have a file : 30_19.1.20.eeg , which contains eeg data , i want to split this data into two halves . so first i imported the data file to matlab using the following :
i imported a 30_19.1.vhdr file into eeglab using : file->import data -> using eeg functions and plugins -> from brain vis. Rec.vhdr or ahdr file
after that i received in the matlab workplace the following : enter image description here
so i want to open the data file so i pressed the EEG struct , this is what it contains : enter image description here and this struct contains a filed called data , when i open it i have a matrix that contains all of the data basically i want to split this data into half . how can i do such a thing ? i tried to change this struct but i always get the following error : enter image description here