Statistical information on events

Hi Francois and Jonathan,

This relates to my query above. I have EEG recordings from 59 subjects. I would like to count the number of a type of event (number of correct responses) in each file. My approach was to try and export my resampled 'link to raw file' to Matlab using File > Export to MATLAB and then run the following code;

n = numel(TestSubjectEvents.F.events(x).times)
(x is the row with the event of interest)

This worked but I'm trying to do it for multiple subjects at once. Is there a way to export multiple files simultaneously from Brainstorm to Matlab? I couldn't find a way to do this on the forum.