This is a collaborative space. In order to contribute, send an email to maximilien.chaumon@icm-institute.org
On any page, type the letter L on your keyboard to add a "Label" to the page, which will make search easier.

Timerange

'timeRange'

This argument is optional. It is a double array of the time interval in seconds to be considered for the computation.
By default, the computation is performed on the whole time range.
example:
<file> mega_anova_with_sub (.........,'timeRange', [0, 0.1],.....) </file> will perform the analysis on the time interval 0 to 0.1 s

Please note the use of '[ ]' and ',' in [0, 0.1]

Back