2.4.1 concatAnalysis() - shunnnli/NeuroDAP GitHub Wiki

Overview

Given a list of file path pointed to individual sessions folders, this function loads the analysis struct stored within and concatenate them into summary struct

Inputs and options

  • sessionList: cell, each cell contains file path to a specific session folder.

Outputs

  • summary: struct

Examples

summary = concatAnalysis(sessionList);

image