Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

'timeRange'

Wiki Markup
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    \\

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

Back