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.

Sensorlist

'sensorList'

This argument is optional. It is an array of strings containing the list of sensors selected for the computation.
By default all the sensors are included in the computation.

example: <file> mega_anova_with_sub(........,'sensorList', {'MLT15', 'MLT16'},.....) </file> will perform the analysis on 'MLT15' and 'MLT16' only.

Please note the use of '{ }' and ',' in {'MLT15', 'MLT16'}

Back